Skip to content

Commit

Permalink
Testing Rails 4.1.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Mar 29, 2014
1 parent e244f7a commit cca6b2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ source 'https://rubygems.org'

gemspec

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.rc1'
gem.add_runtime_dependency 'rails', '~> 4.1.0.rc2'
gem.add_development_dependency 'appraisal'
gem.add_development_dependency 'guard-minitest'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit cca6b2d

Please sign in to comment.