Skip to content

Commit

Permalink
Lock ruby_dep to 1.3.x on Ruby 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Aug 14, 2016
1 parent 173b3d0 commit cacc730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gemspec

gem 'json', '~> 2.0'
gem 'ruby_dep', (RUBY_VERSION =~ /\A2.1/ ? '~> 1.3.1' : '~> 1.4')

group :devel do
gem 'contracts', '~> 0.14'
Expand Down

0 comments on commit cacc730

Please sign in to comment.