Skip to content

Instantly share code, notes, and snippets.

@97jaz
Created February 17, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 97jaz/8db1a6bf100a402c22ab to your computer and use it in GitHub Desktop.
Save 97jaz/8db1a6bf100a402c22ab to your computer and use it in GitHub Desktop.
diff --git a/Gemfile.lock b/Gemfile.lock
index c6a353c..821b0bf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -286,7 +286,7 @@ GEM
gridhook (0.2.0)
multi_json (>= 1.3.0)
rails (>= 3.1.0)
- guard (2.11.1)
+ guard (2.12.1)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
@@ -295,7 +295,7 @@ GEM
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
- guard-compat (1.2.0)
+ guard-compat (1.2.1)
guard-rake (1.0.0)
guard
rake
@@ -384,14 +384,14 @@ GEM
mustache (0.99.8)
myh_signature (0.0.2)
activesupport (>= 3.2)
- nenv (0.1.1)
+ nenv (0.2.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
newrelic_rpm (3.9.9.275)
- nokogiri (1.6.5)
+ nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
- notiffany (0.0.3)
+ notiffany (0.0.5)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (1.0.0)
@@ -479,29 +479,30 @@ GEM
responders (2.0.2)
railties (>= 4.2.0.alpha, < 5)
rotp (2.0.0)
- rspec (3.1.0)
- rspec-core (~> 3.1.0)
- rspec-expectations (~> 3.1.0)
- rspec-mocks (~> 3.1.0)
- rspec-core (3.1.7)
- rspec-support (~> 3.1.0)
- rspec-expectations (3.1.2)
+ rspec (3.2.0)
+ rspec-core (~> 3.2.0)
+ rspec-expectations (~> 3.2.0)
+ rspec-mocks (~> 3.2.0)
+ rspec-core (3.2.0)
+ rspec-support (~> 3.2.0)
+ rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.1.0)
+ rspec-support (~> 3.2.0)
rspec-its (1.1.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
- rspec-mocks (3.1.3)
- rspec-support (~> 3.1.0)
- rspec-rails (3.1.0)
- actionpack (>= 3.0)
- activesupport (>= 3.0)
- railties (>= 3.0)
- rspec-core (~> 3.1.0)
- rspec-expectations (~> 3.1.0)
- rspec-mocks (~> 3.1.0)
- rspec-support (~> 3.1.0)
- rspec-support (3.1.2)
+ rspec-mocks (3.2.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.2.0)
+ rspec-rails (3.2.0)
+ actionpack (>= 3.0, <= 4.2)
+ activesupport (>= 3.0, <= 4.2)
+ railties (>= 3.0, <= 4.2)
+ rspec-core (~> 3.2.0)
+ rspec-expectations (~> 3.2.0)
+ rspec-mocks (~> 3.2.0)
+ rspec-support (~> 3.2.0)
+ rspec-support (3.2.1)
ruby_parser (3.1.3)
sexp_processor (~> 4.1)
safe_yaml (1.0.4)
@@ -643,7 +644,7 @@ DEPENDENCIES
remote_syslog_logger
rotp
rspec-its
- rspec-rails (~> 3.1.0)
+ rspec-rails (~> 3.2.0)
rspec_api_documentation!
sass-rails (~> 4.0.5)
sdoc (~> 0.4.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment