Skip to content

Commit

Permalink
Track latest 4.1 which is at 4.1.0.rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Feb 28, 2014
1 parent 3780f8f commit e244f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ source 'https://rubygems.org'

gemspec

gem 'rails', github: 'rails/rails'
gem 'rails', github: 'rails/rails', branch: '4-1-stable'
gem 'arel', github: 'rails/arel'

2 changes: 1 addition & 1 deletion minitest-spec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ['lib']
gem.add_runtime_dependency 'minitest', '~> 5.0'
gem.add_runtime_dependency 'rails', '>= 4.1.0.beta', '< 5.0'
gem.add_runtime_dependency 'rails', '~> 4.1.0.rc1'
gem.add_development_dependency 'appraisal'
gem.add_development_dependency 'guard-minitest'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit e244f7a

Please sign in to comment.