Skip to content

Commit

Permalink
Change version constraint in multi_json dependency
Browse files Browse the repository at this point in the history
Upstream for multi_json suggests using pessimistic version constraints
with two digits for dependencies. In particular, upstream is now at
version 1.8.4, which breaks the given dependency, while all tests are
still successfull.
  • Loading branch information
Merovius committed Jan 25, 2014
1 parent b19da43 commit 7477ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'multi_json', '~> 1.7.8'
gem 'multi_json', '~> 1.7'
gem 'minitest'
gem 'simplecov', :require => false
gem 'simplecov-gem-adapter', :require => false
Expand Down

0 comments on commit 7477ffb

Please sign in to comment.