Skip to content

Commit

Permalink
gem dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Woźnicki committed Nov 28, 2013
1 parent c069d5d commit 7abc732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mangopay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MangoPay
VERSION = '3.0.5'
VERSION = '3.0.6'
end
2 changes: 1 addition & 1 deletion mangopay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.2'

s.add_dependency('multi_json', '~> 1.7.7')
s.add_dependency('multi_json', '>= 1.7.7')

s.add_development_dependency('rake', '~> 10.1.0')
s.add_development_dependency('rspec', '~> 2.14.1')
Expand Down

0 comments on commit 7abc732

Please sign in to comment.