a bundle update of sorts
This commit is contained in:
parent
f45467530a
commit
fb8ceebcc5
68
Gemfile.lock
68
Gemfile.lock
|
@ -1,8 +1,8 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/getsentry/raven-ruby.git
|
remote: git://github.com/getsentry/raven-ruby.git
|
||||||
revision: eb1a0072af1132594c574cc6a64618cf900e4810
|
revision: f6c79103e1ff07abc8a1863b5d2ec43d9527e0ed
|
||||||
specs:
|
specs:
|
||||||
sentry-raven (0.5.0)
|
sentry-raven (0.6.0)
|
||||||
faraday (>= 0.7.6)
|
faraday (>= 0.7.6)
|
||||||
hashie (>= 1.1.0)
|
hashie (>= 1.1.0)
|
||||||
uuidtools
|
uuidtools
|
||||||
|
@ -16,7 +16,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/rkh/yard-sinatra.git
|
remote: git://github.com/rkh/yard-sinatra.git
|
||||||
revision: e61831bca0431b35eaa62fdd18acbc65f81322af
|
revision: cebeb4fc5c0ddddb8e46b0a2222900b3df9150ac
|
||||||
specs:
|
specs:
|
||||||
yard-sinatra (1.0.0)
|
yard-sinatra (1.0.0)
|
||||||
yard (~> 0.7)
|
yard (~> 0.7)
|
||||||
|
@ -118,7 +118,7 @@ GEM
|
||||||
facter (>= 1.6.12)
|
facter (>= 1.6.12)
|
||||||
timers (>= 1.0.0)
|
timers (>= 1.0.0)
|
||||||
coder (0.4.0)
|
coder (0.4.0)
|
||||||
coderay (1.0.9)
|
coderay (1.1.0)
|
||||||
connection_pool (0.9.3)
|
connection_pool (0.9.3)
|
||||||
daemons (1.1.9)
|
daemons (1.1.9)
|
||||||
dalli (2.6.4)
|
dalli (2.6.4)
|
||||||
|
@ -126,16 +126,16 @@ GEM
|
||||||
activerecord
|
activerecord
|
||||||
rake
|
rake
|
||||||
database_cleaner (0.8.0)
|
database_cleaner (0.8.0)
|
||||||
diff-lcs (1.2.4)
|
diff-lcs (1.2.5)
|
||||||
dotenv (0.8.0)
|
dotenv (0.9.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
facter (1.7.2)
|
facter (1.7.3)
|
||||||
factory_girl (2.4.2)
|
factory_girl (2.4.2)
|
||||||
activesupport
|
activesupport
|
||||||
faraday (0.8.8)
|
faraday (0.8.8)
|
||||||
multipart-post (~> 1.2.0)
|
multipart-post (~> 1.2.0)
|
||||||
ffi (1.9.0)
|
ffi (1.9.3)
|
||||||
foreman (0.63.0)
|
foreman (0.63.0)
|
||||||
dotenv (>= 0.7)
|
dotenv (>= 0.7)
|
||||||
thor (>= 0.13.6)
|
thor (>= 0.13.6)
|
||||||
|
@ -153,8 +153,8 @@ GEM
|
||||||
i18n (0.6.5)
|
i18n (0.6.5)
|
||||||
journey (1.0.4)
|
journey (1.0.4)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
kgio (2.8.0)
|
kgio (2.8.1)
|
||||||
listen (1.2.2)
|
listen (1.0.3)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
rb-kqueue (>= 0.2)
|
||||||
|
@ -163,7 +163,7 @@ GEM
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
memcachier (0.0.2)
|
memcachier (0.0.2)
|
||||||
metaclass (0.0.1)
|
metaclass (0.0.1)
|
||||||
method_source (0.8.1)
|
method_source (0.8.2)
|
||||||
metriks (0.9.9.5)
|
metriks (0.9.9.5)
|
||||||
atomic (~> 1.0)
|
atomic (~> 1.0)
|
||||||
avl_tree (~> 1.1.2)
|
avl_tree (~> 1.1.2)
|
||||||
|
@ -175,23 +175,23 @@ GEM
|
||||||
multipart-post (1.2.0)
|
multipart-post (1.2.0)
|
||||||
net-http-persistent (2.9)
|
net-http-persistent (2.9)
|
||||||
net-http-pipeline (1.0.1)
|
net-http-pipeline (1.0.1)
|
||||||
newrelic_rpm (3.6.7.152)
|
newrelic_rpm (3.6.9.171)
|
||||||
pg (0.13.2)
|
pg (0.13.2)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
proxies (0.2.1)
|
proxies (0.2.1)
|
||||||
pry (0.9.12.2)
|
pry (0.9.12.3)
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pusher (0.11.3)
|
pusher (0.11.3)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
signature (~> 0.1.6)
|
signature (~> 0.1.6)
|
||||||
rack (1.4.5)
|
rack (1.4.5)
|
||||||
rack-attack (2.2.0)
|
rack-attack (2.3.0)
|
||||||
rack
|
rack
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (1.5.0)
|
rack-protection (1.5.1)
|
||||||
rack
|
rack
|
||||||
rack-ssl (1.3.3)
|
rack-ssl (1.3.3)
|
||||||
rack
|
rack
|
||||||
|
@ -204,10 +204,10 @@ GEM
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
thor (>= 0.14.6, < 2.0)
|
thor (>= 0.14.6, < 2.0)
|
||||||
raindrops (0.11.0)
|
raindrops (0.12.0)
|
||||||
rake (0.9.6)
|
rake (0.9.6)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.9.0)
|
rb-inotify (0.9.2)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.0)
|
rb-kqueue (0.2.0)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
@ -215,19 +215,19 @@ GEM
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
redcarpet (2.3.0)
|
redcarpet (2.3.0)
|
||||||
redis (3.0.6)
|
redis (3.0.6)
|
||||||
redis-namespace (1.3.0)
|
redis-namespace (1.3.2)
|
||||||
redis (~> 3.0.0)
|
redis (~> 3.0.4)
|
||||||
rerun (0.8.1)
|
rerun (0.8.2)
|
||||||
listen (>= 1.0.3)
|
listen (~> 1.0.3)
|
||||||
rollout (1.1.0)
|
rollout (1.1.0)
|
||||||
rspec (2.14.1)
|
rspec (2.14.1)
|
||||||
rspec-core (~> 2.14.0)
|
rspec-core (~> 2.14.0)
|
||||||
rspec-expectations (~> 2.14.0)
|
rspec-expectations (~> 2.14.0)
|
||||||
rspec-mocks (~> 2.14.0)
|
rspec-mocks (~> 2.14.0)
|
||||||
rspec-core (2.14.3)
|
rspec-core (2.14.7)
|
||||||
rspec-expectations (2.14.0)
|
rspec-expectations (2.14.4)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-mocks (2.14.1)
|
rspec-mocks (2.14.4)
|
||||||
s3 (0.3.17)
|
s3 (0.3.17)
|
||||||
proxies (~> 0.2.0)
|
proxies (~> 0.2.0)
|
||||||
sidekiq (2.5.4)
|
sidekiq (2.5.4)
|
||||||
|
@ -240,26 +240,26 @@ GEM
|
||||||
simple_states (1.0.0)
|
simple_states (1.0.0)
|
||||||
activesupport
|
activesupport
|
||||||
hashr (~> 0.0.10)
|
hashr (~> 0.0.10)
|
||||||
sinatra (1.4.3)
|
sinatra (1.4.4)
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.4)
|
tilt (~> 1.3, >= 1.3.4)
|
||||||
sinatra-contrib (1.4.0)
|
sinatra-contrib (1.4.1)
|
||||||
backports (>= 2.0)
|
backports (>= 2.0)
|
||||||
eventmachine
|
multi_json
|
||||||
rack-protection
|
rack-protection
|
||||||
rack-test
|
rack-test
|
||||||
sinatra (~> 1.4.2)
|
sinatra (~> 1.4.0)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
slop (3.4.5)
|
slop (3.4.6)
|
||||||
sprockets (2.2.2)
|
sprockets (2.2.2)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
thin (1.5.1)
|
thin (1.6.1)
|
||||||
daemons (>= 1.0.9)
|
daemons (>= 1.0.9)
|
||||||
eventmachine (>= 0.12.6)
|
eventmachine (>= 1.0.0)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
|
@ -268,12 +268,12 @@ GEM
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.38)
|
tzinfo (0.3.38)
|
||||||
unicorn (4.6.3)
|
unicorn (4.7.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
uuidtools (2.1.4)
|
uuidtools (2.1.4)
|
||||||
yard (0.8.6.2)
|
yard (0.8.7.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
Loading…
Reference in New Issue
Block a user