1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile
Mike Perham 3688c6c638 Pull in rake
For those that don't have it globally...
2014-05-19 04:14:20 -07:00

9 lines
115 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'rake'
gem 'resque'
gem 'sidekiq'
gem 'sucker_punch'
gem 'delayed_job'