Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Last active September 26, 2015 02:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/1025876 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/1025876 to your computer and use it in GitHub Desktop.
bundle install only #bundler #diff #ruby #Gemfile
diff --git a/Gemfile.lock b/Gemfile.lock
index d2b6ae1..4514854 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -56,6 +56,7 @@ GEM
chronic_duration (0.9.4)
numerizer (~> 0.1.1)
closure-compiler (1.1.1)
+ columnize (0.3.3)
crack (0.1.8)
crummy (1.0.1)
cucumber (0.10.2)
@@ -110,6 +111,7 @@ GEM
rails (>= 2.2.2)
json (1.5.1)
json_pure (1.4.6)
+ linecache (0.45)
map-fields (1.0.0)
fastercsv (>= 1.2.3)
mime-types (1.16)
@@ -151,6 +153,7 @@ GEM
redis-store (1.0.0.beta5)
redis (>= 2.0.0)
redis (~> 2.2.0)
+ require_relative (1.0.1)
resque (1.9.10)
json_pure (~> 1.4.0)
redis-namespace (~> 0.8.0)
@@ -165,6 +168,11 @@ GEM
rspec-rails (1.3.3)
rack (>= 1.0.0)
rspec (= 1.3.1)
+ ruby-debug (0.10.4)
+ columnize (>= 0.1)
+ ruby-debug-base (~> 0.10.4.0)
+ ruby-debug-base (0.10.4)
+ linecache (>= 0.3)
ruby-prof (0.10.2)
ruby_parser (2.0.6)
sexp_processor (~> 3.0)
@@ -256,10 +264,12 @@ DEPENDENCIES
rails (= 2.3.10)
rcov
redis-store (>= 1.0.0.beta4)
+ require_relative
resque
resque-scheduler
rspec (= 1.3.1)
rspec-rails (= 1.3.3)
+ ruby-debug (= 0.10.4)
ruby-prof
rubyzip
rwebthumb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment