Skip to content

Commit

Permalink
Rails dependency - include rails 4.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
anilmaurya committed Oct 6, 2016
1 parent 8983649 commit 66d2a0d
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 @@ -5,7 +5,7 @@ gem 'rubysl', :platforms => :rbx
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "mime-types", "~> 2" if Gem::Version.create(RUBY_VERSION.dup) <= Gem::Version.create('1.9.3')
gem "rails", ">4.2"
gem "rails", ">= 4.2"
gem 'mongoid', '~>4.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
gem 'sequel'

Expand Down

0 comments on commit 66d2a0d

Please sign in to comment.