Skip to content

Commit

Permalink
update version requirements
Browse files Browse the repository at this point in the history
since Rails 5 proper has been released, and mintiest-rails 3 has been
as well.
  • Loading branch information
seanlinsley committed Jul 4, 2016
1 parent 90bb1b4 commit 22a7f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter"
end

gem "rails", "> 5.x"
gem "rails", "~> 5.0"
gem "mongoid", github: "mongodb/mongoid"
gem "minitest-rails", github: "blowmage/minitest-rails"
6 changes: 3 additions & 3 deletions draper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.2.2'

s.add_dependency 'activesupport', '> 5.x'
s.add_dependency 'actionpack', '> 5.x'
s.add_dependency 'activesupport', '~> 5.0'
s.add_dependency 'actionpack', '~> 5.0'
s.add_dependency 'request_store', '~> 1.0'
s.add_dependency 'activemodel', '> 5.x'
s.add_dependency 'activemodel', '~> 5.0'
s.add_dependency 'activemodel-serializers-xml'

s.add_development_dependency 'ammeter'
Expand Down

0 comments on commit 22a7f6d

Please sign in to comment.