1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

ruby only

This commit is contained in:
Mike Perham 2019-04-01 09:43:34 -07:00
parent 60d23365f7
commit 70b9ff47ab

View file

@ -5,7 +5,7 @@ gemspec
gem "rake"
gem "redis-namespace"
gem "rails"
gem "sqlite3"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
group :test do