Skip to content

Instantly share code, notes, and snippets.

@wuputah
Created April 23, 2014 05:36
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 wuputah/11203806 to your computer and use it in GitHub Desktop.
Save wuputah/11203806 to your computer and use it in GitHub Desktop.
% gst
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: vendor/gems/faraday_middleware-parse_oj-0.3.0.gem
% grep parse_oj Gemfile
gem 'faraday_middleware-parse_oj', '0.3.0', path: 'vendor/gems'
% bundle install
% gst
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: Gemfile.lock
deleted: vendor/gems/faraday_middleware-parse_oj-0.3.0.gem
% git diff Gemfile.lock
diff --git a/Gemfile.lock b/Gemfile.lock
index e78d7a4..7068b2a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,8 +10,6 @@ PATH
remote: vendor/gems
specs:
faraday_middleware-parse_oj (0.3.0)
- faraday_middleware (~> 0.9)
- oj (~> 2.0)
GEM
remote: https://rubygems.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment