Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Gemfile: remove duplicate gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Dec 3, 2015
1 parent ac4d7f1 commit 2f8f45a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
16 changes: 0 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,7 @@ gem 'meta_search'
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'activeadmin'
gem 'konacha'

# jquery-rails is used by the dummy application
gem 'jquery-rails'
gem 'chai-jquery-rails'
gem 'sinon-chai-rails'
gem 'sinon-rails'
gem 'ejs'

group :development, :test do
end

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
rails (>= 3.0.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
actionmailer (3.2.9)
actionpack (= 3.2.9)
Expand Down Expand Up @@ -227,7 +227,6 @@ PLATFORMS

DEPENDENCIES
active_admin_editor!
activeadmin
capybara (~> 1.1.4)
chai-jquery-rails
coffee-rails
Expand All @@ -236,7 +235,7 @@ DEPENDENCIES
factory_girl_rails
faker
jquery-rails
konacha
konacha (~> 2.1.0)
meta_search
poltergeist (~> 1.0.2)
rspec (~> 2.12.0)
Expand All @@ -246,3 +245,6 @@ DEPENDENCIES
sinon-rails
sqlite3
uglifier

BUNDLED WITH
1.10.6

0 comments on commit 2f8f45a

Please sign in to comment.