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

Commit

Permalink
cleaned up Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gurix committed Jun 20, 2014
1 parent 5d94f9e commit 0b06ee7
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ gemspec
# your gem to rubygems.org.

# To use debugger
gem 'pry'
gem 'pry-debugger'
gem 'ruby-progressbar'
gem 'colorize'
gem 'jquery-rails'
gem 'bootstrap-sass'
gem 'simple_form'
gem 'breadcrumbs_on_rails'
gem 'quiet_assets'
gem 'better_errors'
gem 'launchy'
gem 'binding_of_caller'
gem 'coveralls', require: false
gem 'selenium-webdriver'
gem 'i18n-tasks'
group :development, :test do
gem 'pry'
gem 'pry-debugger'
gem 'ruby-progressbar'
gem 'colorize'
gem 'jquery-rails'
gem 'bootstrap-sass'
gem 'simple_form'
gem 'breadcrumbs_on_rails'
gem 'quiet_assets'
gem 'better_errors'
gem 'launchy'
gem 'binding_of_caller'
gem 'coveralls', require: false
gem 'selenium-webdriver'
gem 'i18n-tasks'
end

0 comments on commit 0b06ee7

Please sign in to comment.