Skip to content

Commit

Permalink
Update mollie-api-ruby dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondegoede committed May 1, 2019
1 parent 2f807dd commit ced5399
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'mollie-api-ruby', '~> 4.1.3'
gem 'mollie-api-ruby', '~> 4.2.0'

# Specify your gem's dependencies in spree_mollie_gateway.gemspec
gemspec
2 changes: 1 addition & 1 deletion gemfiles/spree_3_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "mollie-api-ruby", "~> 4.1.3"
gem "mollie-api-ruby", "~> 4.2.0"
gem "spree", "~> 3.5.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/spree_3_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "mollie-api-ruby", "~> 4.1.3"
gem "mollie-api-ruby", "~> 4.2.0"
gem "spree", "~> 3.6.5"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/spree_3_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "mollie-api-ruby", "~> 4.1.3"
gem "mollie-api-ruby", "~> 4.2.0"
gem "spree", "~> 3.7.2"

gemspec path: "../"
2 changes: 1 addition & 1 deletion spree_mollie_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'sqlite3'

spec.add_runtime_dependency 'mollie-api-ruby', '~> 4.1.3'
spec.add_runtime_dependency 'mollie-api-ruby', '~> 4.2.0'
end

0 comments on commit ced5399

Please sign in to comment.