Skip to content

Commit

Permalink
add rails_5.gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Okamoto committed Jul 1, 2019
1 parent e262882 commit 20466f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.2.0
gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rails_5.gemfile
services: mongodb
4 changes: 2 additions & 2 deletions gemfiles/rails_3.gemfile → gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org/"
gem "jquery-rails"
gem "responders"
gem "test-unit", "~> 3.0"
gem "rails", "~> 3.2.21"
gem "mongoid", "~> 3.1.6"
gem "rails", "~> 5.0"
gem "mongoid", "~> 5"

gemspec path: "../"

0 comments on commit 20466f2

Please sign in to comment.