mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Add pry and awesome-print gems
This commit is contained in:
parent
e87192888a
commit
6381136bf2
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
|
||||
|
|
|
@ -38,6 +38,7 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
addressable (2.3.8)
|
||||
arel (6.0.0)
|
||||
awesome_print (1.6.1)
|
||||
builder (3.2.2)
|
||||
capybara (2.4.4)
|
||||
mime-types (>= 1.16)
|
||||
|
@ -120,6 +121,8 @@ GEM
|
|||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry-rails (0.3.4)
|
||||
pry (>= 0.9.10)
|
||||
quiet_assets (1.1.0)
|
||||
railties (>= 3.1, < 5.0)
|
||||
rack (1.6.0)
|
||||
|
@ -210,6 +213,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
awesome_print
|
||||
capybara
|
||||
coffee-rails
|
||||
elasticsearch
|
||||
|
@ -225,6 +229,7 @@ DEPENDENCIES
|
|||
omniauth
|
||||
omniauth-browserid
|
||||
pry
|
||||
pry-rails
|
||||
quiet_assets
|
||||
rails
|
||||
rails-i18n
|
||||
|
|
Loading…
Reference in a new issue