mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Add pry and awesome-print gems
This commit is contained in:
parent
816b9844c9
commit
267e56d18a
2 changed files with 7 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -40,10 +40,12 @@ gem 'sdoc', '~> 0.4.0', group: :doc
|
|||
group :development do
|
||||
gem 'spring'
|
||||
gem 'quiet_assets'
|
||||
gem 'awesome_print'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
gem 'pry-rails'
|
||||
gem 'capybara'
|
||||
gem 'launchy'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue