Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Joan Snyder authored and Erin Joan Snyder committed Jul 19, 2014
1 parent 2714352 commit b1d0742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
11 changes: 1 addition & 10 deletions Gemfile
Expand Up @@ -5,16 +5,10 @@ gem 'rails', '3.2.13'

gem 'rake', '10.3.2'

gem "simple-navigation"

gem 'sprockets'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'unicorn'
gem 'pg'
gem 'acts-as-taggable-on'
gem 'pony'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
Expand All @@ -37,7 +31,4 @@ group :test do
gem 'shoulda-matchers'
gem 'factory_girl_rails'
gem 'faker'
end

# To use debugger
# gem 'debugger'
end
12 changes: 1 addition & 11 deletions Gemfile.lock
Expand Up @@ -28,8 +28,6 @@ GEM
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
acts-as-taggable-on (3.3.0)
activerecord (>= 3, < 5)
arel (3.0.3)
builder (3.0.4)
capybara (2.4.1)
Expand Down Expand Up @@ -85,8 +83,6 @@ GEM
pg (0.17.1)
phantomjs (1.9.7.1)
polyglot (0.3.5)
pony (1.10)
mail (>= 2.0)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -140,10 +136,8 @@ GEM
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
shoulda-matchers (2.6.1)
shoulda-matchers (2.6.2)
activesupport (>= 3.0.0)
simple-navigation (3.13.0)
activesupport (>= 2.3.2)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -170,7 +164,6 @@ PLATFORMS
ruby

DEPENDENCIES
acts-as-taggable-on
capybara
coffee-rails (~> 3.2.1)
database_cleaner
Expand All @@ -180,14 +173,11 @@ DEPENDENCIES
jasmine-jquery-rails
jquery-rails
pg
pony
rails (= 3.2.13)
rake (= 10.3.2)
rspec-rails
sass-rails (~> 3.2.3)
selenium-webdriver
shoulda-matchers
simple-navigation
sprockets
uglifier (>= 1.0.3)
unicorn

0 comments on commit b1d0742

Please sign in to comment.