Upgrade sidekiq, guard and guard-rspec

openid
Marcin Kulik 11 years ago
parent 5b214a0d6c
commit 81f80c58af

@ -19,7 +19,7 @@ gem 'airbrake', '~> 3.1.14'
gem 'draper', '~> 1.2.1'
gem 'fog', '~> 1.9.0'
gem 'simple_form', '~> 3.0.0'
gem 'sidekiq', '~> 2.13'
gem 'sidekiq', '~> 2.17'
gem 'thin', '~> 1.5.0'
gem 'open4', '~> 1.3.0'
gem 'redcarpet', '~> 2.2.2'
@ -50,8 +50,8 @@ group :test do
gem 'capybara', '~> 2.1.0'
gem 'poltergeist', '~> 1.3.0'
gem 'database_cleaner', '~> 1.0.1'
gem 'guard', '~> 1.8.0'
gem 'guard-rspec', '~> 3.0.0'
gem 'guard', '~> 2.2'
gem 'guard-rspec', '~> 4.0'
gem 'rb-inotify', '~> 0.9.0'
gem 'simplecov', '~> 0.7.1', :require => false
gem 'shoulda-matchers', '~> 2.4.0'

@ -61,8 +61,8 @@ GEM
carrierwave (0.8.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
celluloid (0.14.1)
timers (>= 1.0.0)
celluloid (0.15.2)
timers (~> 1.1.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
@ -71,11 +71,11 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.3)
connection_pool (1.1.0)
connection_pool (1.2.0)
daemons (1.1.9)
dalli (2.6.4)
database_cleaner (1.0.1)
diff-lcs (1.2.4)
diff-lcs (1.2.5)
dotenv (0.8.0)
dotenv-rails (0.8.0)
dotenv (= 0.8.0)
@ -96,7 +96,7 @@ GEM
multipart-post (~> 1.2.0)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.9.0)
ffi (1.9.3)
fog (1.9.0)
builder
excon (~> 0.14)
@ -111,15 +111,15 @@ GEM
dotenv (>= 0.7)
thor (>= 0.13.6)
formatador (0.2.4)
guard (1.8.2)
guard (2.2.4)
formatador (>= 0.2.4)
listen (>= 1.0.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (3.0.2)
guard (>= 1.8)
rspec (~> 2.13)
listen (~> 2.1)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-rspec (4.0.4)
guard (>= 2.1.1)
rspec (~> 2.14)
hashie (2.0.5)
highline (1.6.19)
hike (1.2.3)
@ -141,10 +141,10 @@ GEM
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.8.0)
listen (1.2.2)
listen (2.2.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.4)
mail (2.5.4)
mime-types (~> 1.16)
@ -223,23 +223,21 @@ GEM
raindrops (0.11.0)
rake (10.0.4)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
redcarpet (2.2.2)
redis (3.0.4)
redis-namespace (1.3.1)
redis (~> 3.0.0)
redis (3.0.6)
redis-namespace (1.3.2)
redis (~> 3.0.4)
request_store (1.0.5)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.4)
rspec-expectations (2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.2)
rspec-mocks (2.14.4)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
@ -255,12 +253,12 @@ GEM
sprockets-rails (~> 2.0.0)
shoulda-matchers (2.4.0)
activesupport (>= 3.0.0)
sidekiq (2.13.0)
celluloid (>= 0.14.1)
sidekiq (2.17.0)
celluloid (>= 0.15.2)
connection_pool (>= 1.0.0)
json
redis (>= 3.0)
redis-namespace
redis (>= 3.0.4)
redis-namespace (>= 1.3.1)
simple_form (3.0.0)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
@ -331,8 +329,8 @@ DEPENDENCIES
factory_girl_rails (~> 4.2.0)
fog (~> 1.9.0)
foreman (~> 0.63.0)
guard (~> 1.8.0)
guard-rspec (~> 3.0.0)
guard (~> 2.2)
guard-rspec (~> 4.0)
jasmine-rails (~> 0.4.5)
jquery-rails (~> 3.0.4)
kaminari (~> 0.14.1)
@ -353,7 +351,7 @@ DEPENDENCIES
rspec-rails (~> 2.14)
sass-rails (~> 4.0.1)
shoulda-matchers (~> 2.4.0)
sidekiq (~> 2.13)
sidekiq (~> 2.17)
simple_form (~> 3.0.0)
simplecov (~> 0.7.1)
sinatra (~> 1.4.3)

Loading…
Cancel
Save