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

Commit 2f8f45a

Browse files
committed
Gemfile: remove duplicate gems
1 parent ac4d7f1 commit 2f8f45a

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

Gemfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,7 @@ gem 'meta_search'
99
gem 'sass-rails'
1010
gem 'coffee-rails'
1111
gem 'uglifier'
12-
gem 'activeadmin'
13-
gem 'konacha'
1412

1513
# jquery-rails is used by the dummy application
1614
gem 'jquery-rails'
17-
gem 'chai-jquery-rails'
18-
gem 'sinon-chai-rails'
19-
gem 'sinon-rails'
2015
gem 'ejs'
21-
22-
group :development, :test do
23-
end
24-
25-
# Declare any dependencies that are still in development here instead of in
26-
# your gemspec. These might include edge Rails or gems from your path or
27-
# Git. Remember to move these dependencies to your gemspec before releasing
28-
# your gem to rubygems.org.
29-
30-
# To use debugger
31-
# gem 'ruby-debug19', :require => 'ruby-debug'

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
rails (>= 3.0.0)
88

99
GEM
10-
remote: http://rubygems.org/
10+
remote: https://rubygems.org/
1111
specs:
1212
actionmailer (3.2.9)
1313
actionpack (= 3.2.9)
@@ -227,7 +227,6 @@ PLATFORMS
227227

228228
DEPENDENCIES
229229
active_admin_editor!
230-
activeadmin
231230
capybara (~> 1.1.4)
232231
chai-jquery-rails
233232
coffee-rails
@@ -236,7 +235,7 @@ DEPENDENCIES
236235
factory_girl_rails
237236
faker
238237
jquery-rails
239-
konacha
238+
konacha (~> 2.1.0)
240239
meta_search
241240
poltergeist (~> 1.0.2)
242241
rspec (~> 2.12.0)
@@ -246,3 +245,6 @@ DEPENDENCIES
246245
sinon-rails
247246
sqlite3
248247
uglifier
248+
249+
BUNDLED WITH
250+
1.10.6

0 commit comments

Comments
 (0)