Skip to content

Commit

Permalink
Fix rails test versions and include Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel M De Miguel committed Oct 11, 2016
1 parent d390a7e commit 4c50e9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_4_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gemspec path: '../'

gem 'rails', '~> 4.0'
gem 'rails', '4.0.13'
2 changes: 1 addition & 1 deletion gemfiles/rails_4_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gemspec path: '../'

gem 'rails', '~> 4.1'
gem 'rails', '4.1.16'
4 changes: 4 additions & 0 deletions gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'
gemspec path: '../'

gem 'rails', '~> 5.0'

0 comments on commit 4c50e9c

Please sign in to comment.