Skip to content

Commit

Permalink
Merge pull request #22 from y-yagi/rails_52
Browse files Browse the repository at this point in the history
Test against Rails 5.2
  • Loading branch information
y-yagi committed Dec 21, 2017
2 parents 3fb9233 + a872854 commit 274a5c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ gemfile:
- gemfiles/active_job_42.gemfile
- gemfiles/active_job_50.gemfile
- gemfiles/active_job_51.gemfile
- gemfiles/active_job_52.gemfile
- gemfiles/active_job_master.gemfile

before_install: gem install bundler
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/active_job_52.gemfile
@@ -0,0 +1,13 @@
source 'https://rubygems.org'

gem 'coveralls', require: false
gem 'rake'
gem 'sidekiq'
gem 'delayed_job'
gem 'delayed_job_active_record', '>= 4.1.2'
gem 'resque'
gem 'resque-scheduler'
gem 'sqlite3'
gem 'activesupport', '5.2.0.beta2'
gem 'activejob', '5.2.0.beta2'
gem 'activerecord', '5.2.0.beta2'

0 comments on commit 274a5c2

Please sign in to comment.