Skip to content

Commit

Permalink
Merge pull request #489 from ifeelgoods/fix_travis
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
mtparet authored Oct 12, 2016
2 parents e0e2b0e + e8ea487 commit 1298546
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile.rails40
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gemspec

gem 'rails', '~> 4.0.0'
gem 'mime-types', '~> 2.99.3'
1 change: 1 addition & 0 deletions Gemfile.rails41
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gemspec

gem 'rails', '~> 4.1.0'
gem 'mime-types', '~> 2.99.3'
3 changes: 2 additions & 1 deletion Gemfile.rails42
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source "https://rubygems.org"

gemspec

gem 'rails', '~> 4.2.5.1'
gem 'rails', '~> 4.2.5'
gem 'mime-types', '~> 2.99.3'

0 comments on commit 1298546

Please sign in to comment.