Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'rails_config', '0.4.2'
gem 'whenever', '0.9.2'

gem 'sinatra', '1.4.6', require: nil
gem 'sidekiq', '3.5.0'
gem 'sidekiq', '5.2.8'

# views
gem 'browser', '0.6.0'
Expand Down
66 changes: 8 additions & 58 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,47 +232,6 @@ GEM
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
celluloid (0.17.1.2)
bundler
celluloid-essentials
celluloid-extras
celluloid-fsm
celluloid-pool
celluloid-supervision
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (>= 4.1.1)
celluloid-essentials (0.20.2.1)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (>= 4.1.1)
celluloid-extras (0.20.1)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (>= 4.1.1)
celluloid-fsm (0.20.1)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (>= 4.1.1)
celluloid-pool (0.20.1)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (>= 4.1.1)
celluloid-supervision (0.20.1.1)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (>= 4.1.1)
chronic (0.10.2)
chunky_png (1.4.0)
climate_control (0.0.3)
Expand Down Expand Up @@ -302,7 +261,7 @@ GEM
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.5)
connection_pool (2.2.0)
connection_pool (2.3.0)
crass (0.2.1)
css_parser (1.3.6)
addressable
Expand All @@ -316,7 +275,6 @@ GEM
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
dotenv (2.0.2)
erubis (2.7.0)
exception_notification (4.0.1)
actionmailer (>= 3.0.4)
Expand Down Expand Up @@ -344,7 +302,6 @@ GEM
tilt
hashie (3.3.1)
hike (1.2.3)
hitimes (1.2.3)
htmlentities (4.3.4)
httparty (0.13.3)
json (~> 1.8)
Expand Down Expand Up @@ -407,7 +364,6 @@ GEM
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.5.2)
nenv (0.2.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogumbo (1.1.9)
Expand Down Expand Up @@ -508,29 +464,25 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (3.2.1)
redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
redis (4.8.0)
responders (2.1.0)
railties (>= 4.2.0, < 5)
riddle (2.4.3)
role_block_haml (0.2.4)
haml (~> 4.0)
route_downcaser (1.1.4)
rspec-logsplit (0.1.3)
ruby-progressbar (1.7.5)
sanitize (3.0.0)
crass (~> 0.2.0)
nokogiri (>= 1.4.4)
nokogumbo (= 1.1.9)
sass (3.4.1)
seedbank (0.3.0)
sidekiq (3.5.0)
celluloid (~> 0.17.0)
connection_pool (~> 2.2, >= 2.2.0)
json (~> 1.0)
redis (~> 3.2, >= 3.2.1)
redis-namespace (~> 1.5, >= 1.5.2)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
rack (< 2.1.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand Down Expand Up @@ -563,8 +515,6 @@ GEM
thor (0.19.4)
thread_safe (0.3.6)
tilt (1.4.1)
timers (4.1.1)
hitimes
truncato (0.7.10)
htmlentities (~> 4.3.1)
nokogiri (~> 1.8.0, >= 1.7.0)
Expand Down Expand Up @@ -649,7 +599,7 @@ DEPENDENCIES
sass (= 3.4.1)
sass-rails!
seedbank (= 0.3.0)
sidekiq (= 3.5.0)
sidekiq (= 5.2.8)
simple_sort!
sinatra (= 1.4.6)
slim (= 3.0.6)
Expand Down