Skip to content

Commit 435e77d

Browse files
committed
update sidekiq
1 parent 2e8412b commit 435e77d

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

Gemfile.lock

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,11 @@ GEM
8383
ast (2.0.0)
8484
astrolabe (1.3.0)
8585
parser (>= 2.2.0.pre.3, < 3.0)
86-
autoprefixer-rails (5.1.7)
86+
autoprefixer-rails (5.1.8.1)
8787
execjs
8888
json
8989
awesome_print (1.6.1)
90-
backbone-on-rails (1.1.2.0)
91-
actionmailer
92-
actionpack
93-
activemodel
94-
activeresource
90+
backbone-on-rails (1.1.2.1)
9591
eco
9692
ejs
9793
jquery-rails
@@ -168,7 +164,7 @@ GEM
168164
compass (~> 1.0.0)
169165
sass-rails (<= 5.0.1)
170166
sprockets (< 2.13)
171-
connection_pool (2.1.2)
167+
connection_pool (2.1.3)
172168
cookiejar (0.3.2)
173169
coolline (0.5.0)
174170
unicode_utils (~> 1.4)
@@ -219,7 +215,7 @@ GEM
219215
http_parser.rb (>= 0.6.0)
220216
em-socksify (0.3.0)
221217
eventmachine (>= 1.0.0.beta.4)
222-
equalizer (0.0.9)
218+
equalizer (0.0.11)
223219
erubis (2.7.0)
224220
escape (0.0.4)
225221
ethon (0.7.3)
@@ -566,11 +562,11 @@ GEM
566562
bundler (~> 1.0)
567563
railties (= 3.2.21)
568564
rails-assets-font-awesome (4.3.0)
569-
rails-assets-jquery (1.8.3.1)
565+
rails-assets-jquery (2.1.3)
570566
rails-assets-jquery-cookie (1.4.0)
571567
rails-assets-jquery (>= 1.2)
572-
rails-assets-jquery-dropdown (1.0.5)
573-
rails-assets-jquery (~> 1.8.0)
568+
rails-assets-jquery-dropdown (1.0.6)
569+
rails-assets-jquery (>= 1.8.0)
574570
rails-erd (1.3.0)
575571
activerecord (>= 3.2)
576572
activesupport (>= 3.2)
@@ -598,7 +594,7 @@ GEM
598594
ffi (>= 0.5.0)
599595
rdoc (3.12.2)
600596
json (~> 1.4)
601-
redcarpet (3.2.2)
597+
redcarpet (3.2.3)
602598
redis (3.2.1)
603599
redis-actionpack (3.2.4)
604600
actionpack (~> 3.2.0)
@@ -607,15 +603,15 @@ GEM
607603
redis-activesupport (3.2.5)
608604
activesupport (~> 3.2.0)
609605
redis-store (~> 1.1.0)
610-
redis-namespace (1.5.1)
606+
redis-namespace (1.5.2)
611607
redis (~> 3.0, >= 3.0.4)
612608
redis-rack (1.4.4)
613609
rack (~> 1.4.0)
614610
redis-store (~> 1.1.4)
615-
redis-rails (3.2.3)
616-
redis-actionpack (~> 3.2.3)
617-
redis-activesupport (~> 3.2.3)
618-
redis-store (~> 1.1.0)
611+
redis-rails (3.2.4)
612+
redis-actionpack (~> 3.2.4)
613+
redis-activesupport (~> 3.2.4)
614+
redis-store (~> 1.1.4)
619615
redis-store (1.1.4)
620616
redis (>= 2.2)
621617
rest-client (1.7.3)
@@ -677,7 +673,7 @@ GEM
677673
shellany (0.0.1)
678674
shoulda-matchers (2.8.0)
679675
activesupport (>= 3.0.0)
680-
sidekiq (3.3.2)
676+
sidekiq (3.3.3)
681677
celluloid (>= 0.16.0)
682678
connection_pool (>= 2.1.1)
683679
json
@@ -692,13 +688,13 @@ GEM
692688
multi_json (~> 1.0)
693689
simplecov-html (~> 0.9.0)
694690
simplecov-html (0.9.0)
695-
sinatra (1.4.5)
691+
sinatra (1.4.6)
696692
rack (~> 1.4)
697693
rack-protection (~> 1.4)
698-
tilt (~> 1.3, >= 1.3.4)
694+
tilt (>= 1.3, < 3)
699695
sitemap_generator (5.0.5)
700696
builder
701-
slim (3.0.2)
697+
slim (3.0.3)
702698
temple (~> 0.7.3)
703699
tilt (>= 1.3.3, < 2.1)
704700
slim-rails (3.0.1)
@@ -725,7 +721,7 @@ GEM
725721
temple (0.7.5)
726722
terminal-table (1.4.5)
727723
thor (0.19.1)
728-
thread_safe (0.3.4)
724+
thread_safe (0.3.5)
729725
tilt (1.4.1)
730726
timecop (0.7.3)
731727
timers (4.0.1)

0 commit comments

Comments
 (0)