Skip to content

Commit

Permalink
run bundle install after error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Dec 11, 2013
1 parent 22882be commit 969dae8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
acts_as_follower (0.2.0)
arel (4.0.0)
acts_as_follower (0.2.1)
arel (4.0.1)
atomic (1.1.14)
aws-sdk (1.5.8)
httparty (~> 0.7)
Expand All @@ -47,30 +47,30 @@ GEM
builder (3.1.4)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.1)
cocaine (0.5.3)
climate_control (>= 0.0.3, < 1.0)
coffee-rails (4.0.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0.beta, < 5.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
devise (3.1.1)
devise (3.1.2)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
erubis (2.7.0)
execjs (2.0.1)
execjs (2.0.2)
faker (1.2.0)
i18n (~> 0.5)
hike (1.2.3)
httparty (0.12.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.5)
i18n (0.6.9)
jbuilder (1.2.0)
activesupport (>= 3.0.0)
jquery-rails (3.0.4)
Expand All @@ -79,24 +79,24 @@ GEM
jquery-turbolinks (2.0.1)
railties (>= 3.1.0)
turbolinks
json (1.8.0)
json (1.8.1)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
masonry-rails (0.2.0)
masonry-rails (0.2.1)
rails
mime-types (1.25)
mime-types (1.25.1)
mini_portile (0.5.2)
minitest (4.7.5)
multi_json (1.8.0)
multi_json (1.8.2)
multi_xml (0.5.5)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
orm_adapter (0.4.0)
paperclip (3.5.1)
orm_adapter (0.5.0)
paperclip (3.5.2)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
cocaine (~> 0.5.3)
mime-types
pg (0.17.0)
polyglot (0.3.3)
Expand All @@ -117,7 +117,7 @@ GEM
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
Expand All @@ -126,23 +126,23 @@ GEM
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
sass (3.2.10)
sass-rails (4.0.0)
railties (>= 4.0.0.beta, < 5.0)
sass (3.2.12)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 2.0.0)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
simple_form (3.0.0.rc)
actionpack (>= 4.0.0.rc1, < 4.1)
activemodel (>= 4.0.0.rc1, < 4.1)
sprockets (2.10.0)
simple_form (3.0.1)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
Expand All @@ -154,12 +154,12 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (1.1.1)
turbolinks (2.0.0)
coffee-rails
tzinfo (0.3.37)
uglifier (2.2.1)
tzinfo (0.3.38)
uglifier (2.3.2)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
json (>= 1.8.0)
uuidtools (2.1.4)
warden (1.2.3)
rack (>= 1.0)
Expand Down

0 comments on commit 969dae8

Please sign in to comment.