Skip to content

Commit

Permalink
Forgot to add rails_5.1.gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Apr 29, 2017
1 parent d1ffee0 commit f9f928a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ tmp
*.o
*.a
mkmf.log
/gemfiles/*.lock
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ gemfile:
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_edge.gemfile
sudo: false
install:
- bundle install --jobs=8 --retry=3
script:
- bundle exec rake
after_script:
- bundle exec rake benchmark
matrix:
Expand Down
16 changes: 16 additions & 0 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 5.1"

platforms :ruby do
gem "sqlite3"
end

platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter"
gem "json"
end

gemspec path: "../"

0 comments on commit f9f928a

Please sign in to comment.