mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
5ea0ca89d0
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
10 lines
133 B
Ruby
10 lines
133 B
Ruby
source 'http://rubygems.org'
|
|
gemspec
|
|
|
|
gem 'slim'
|
|
gem 'sprockets'
|
|
gem 'sass'
|
|
|
|
group :test do
|
|
gem 'simplecov', :require => false
|
|
end
|