Skip to content

Commit

Permalink
Update mollie-api-ruby to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondegoede committed Jun 1, 2018
1 parent 5d6f0e6 commit c26873e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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', '~> 3.1.4.pre.beta'
gem 'mollie-api-ruby', '~> 3.1.4'

# Specify your gem's dependencies in spree_mollie_gateway.gemspec
gemspec
2 changes: 1 addition & 1 deletion spree_mollie_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'coffee-rails'
spec.add_development_dependency 'database_cleaner'

spec.add_runtime_dependency 'mollie-api-ruby', '~> 3.1', '>= 3.1.4.pre.beta'
spec.add_runtime_dependency 'mollie-api-ruby', '~> 3.1', '>= 3.1.4'
end

0 comments on commit c26873e

Please sign in to comment.