mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Gemfile cleanup
This commit is contained in:
parent
f7dcf014ec
commit
4326c7b262
4 changed files with 4 additions and 19 deletions
|
@ -1,10 +1,10 @@
|
||||||
2.13.2
|
2.14.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- Removed slim gem dependency, Web UI now uses ERB [Locke23rus, #1120]
|
||||||
- Fix more race conditions in Web UI actions
|
- Fix more race conditions in Web UI actions
|
||||||
- Don't reset Job enqueued\_at when retrying
|
- Don't reset Job enqueued\_at when retrying
|
||||||
- Timestamp tooltips in the Web UI should use UTC
|
- Timestamp tooltips in the Web UI should use UTC
|
||||||
- Removed slim dependency [Locke23rus, #1120]
|
|
||||||
|
|
||||||
|
|
||||||
2.13.1
|
2.13.1
|
||||||
|
|
15
Gemfile
15
Gemfile
|
@ -1,15 +1,2 @@
|
||||||
source 'http://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'sqlite3', :platform => :mri
|
|
||||||
|
|
||||||
group :test do
|
|
||||||
gem 'simplecov', :require => false
|
|
||||||
gem 'minitest-emoji', :require => false
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development do
|
|
||||||
gem 'pry', :platform => :mri
|
|
||||||
gem 'shotgun'
|
|
||||||
gem 'rack', '~> 1.4.0'
|
|
||||||
end
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Sidekiq
|
module Sidekiq
|
||||||
VERSION = "2.13.2"
|
VERSION = "2.14.0"
|
||||||
end
|
end
|
||||||
|
|
|
@ -15,5 +15,3 @@ gem 'capistrano'
|
||||||
|
|
||||||
# sidekiq-web dependencies
|
# sidekiq-web dependencies
|
||||||
gem 'sinatra'
|
gem 'sinatra'
|
||||||
|
|
||||||
gem 'shotgun'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue