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

Commit 0b06ee7

Browse files
committed
cleaned up Gemfile
1 parent 5d94f9e commit 0b06ee7

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

Gemfile

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,20 @@ gemspec
1111
# your gem to rubygems.org.
1212

1313
# To use debugger
14-
gem 'pry'
15-
gem 'pry-debugger'
16-
gem 'ruby-progressbar'
17-
gem 'colorize'
18-
gem 'jquery-rails'
19-
gem 'bootstrap-sass'
20-
gem 'simple_form'
21-
gem 'breadcrumbs_on_rails'
22-
gem 'quiet_assets'
23-
gem 'better_errors'
24-
gem 'launchy'
25-
gem 'binding_of_caller'
26-
gem 'coveralls', require: false
27-
gem 'selenium-webdriver'
28-
gem 'i18n-tasks'
14+
group :development, :test do
15+
gem 'pry'
16+
gem 'pry-debugger'
17+
gem 'ruby-progressbar'
18+
gem 'colorize'
19+
gem 'jquery-rails'
20+
gem 'bootstrap-sass'
21+
gem 'simple_form'
22+
gem 'breadcrumbs_on_rails'
23+
gem 'quiet_assets'
24+
gem 'better_errors'
25+
gem 'launchy'
26+
gem 'binding_of_caller'
27+
gem 'coveralls', require: false
28+
gem 'selenium-webdriver'
29+
gem 'i18n-tasks'
30+
end

0 commit comments

Comments
 (0)