Skip to content

Commit

Permalink
Clean up older gemfiles for testing on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Apr 23, 2018
1 parent a01fd57 commit 14b943c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gemfiles/rails42.gemfile
Expand Up @@ -3,7 +3,6 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.2.0"
gem "mime-types", "< 3.0", platform: [:mri_19]

group :test do
gem "aruba"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: ".."

gem "rails", ">= 5.0.0.beta", "< 5.1"
gem "rails", "~> 5.0.0"

group :test do
gem "aruba"
Expand Down

0 comments on commit 14b943c

Please sign in to comment.