Skip to content

Commit

Permalink
Test against Rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Mar 10, 2019
1 parent d5fb2c5 commit afc4c3f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gemfiles/active_job_60.gemfile
Original file line number Diff line number Diff line change
@@ -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', '>= 6.0.0.beta2'
gem 'activejob', '>= 6.0.0.beta2'
gem 'activerecord', '>= 6.0.0.beta2'

0 comments on commit afc4c3f

Please sign in to comment.