Skip to content

Commit

Permalink
Merge pull request #74 from okuramasafumi/add-rake-12-to-dependency
Browse files Browse the repository at this point in the history
Test against Rake 12
  • Loading branch information
james2m authored Dec 2, 2018
2 parents 8ee8bfb + 5e22878 commit 9950bf3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rvm:
gemfile:
- gemfiles/rake10.gemfile
- gemfiles/rake11.gemfile
- gemfiles/rake12.gemfile

before_install:
- gem install bundler -v '~> 1.11' --no-ri --no-rdoc
4 changes: 0 additions & 4 deletions gemfiles/rake10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ gem 'rake', '~>10.0', :group => :test

# for CRuby, Rubinius, including Windows and RubyInstaller
gem "sqlite3", :platform => [:ruby, :mswin, :mingw]

# for JRuby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby

4 changes: 0 additions & 4 deletions gemfiles/rake11.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ gem 'rake', '~>11.0', :group => :test

# for CRuby, Rubinius, including Windows and RubyInstaller
gem "sqlite3", :platform => [:ruby, :mswin, :mingw]

# for JRuby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby

9 changes: 9 additions & 0 deletions gemfiles/rake12.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source "http://rubygems.org"

# Specify your gem's dependencies in seedbank.gemspec
gemspec :path=>"../"

gem 'rake', '~>12.0', :group => :test

# for CRuby, Rubinius, including Windows and RubyInstaller
gem "sqlite3", :platform => [:ruby, :mswin, :mingw]

0 comments on commit 9950bf3

Please sign in to comment.