Commit aafd1a8ae63f7ca8ff86daf567fef66766a93b77

Authored by Nikita Fedyashev
1 parent 9d2a5007
Exists in master and in 1 other branch production

DRY Gemfile

pry-rails already has a runtime depency to pry gem
Showing 2 changed files with 0 additions and 2 deletions   Show diff stats
Gemfile
... ... @@ -77,7 +77,6 @@ group :development, :test do
77 77 unless ENV["CI"]
78 78 gem 'ruby-debug', :platform => :mri_18
79 79 gem 'debugger', :platform => :mri_19
80   - gem 'pry'
81 80 gem 'pry-rails'
82 81 end
83 82 # gem 'rpm_contrib'
... ...
Gemfile.lock
... ... @@ -355,7 +355,6 @@ DEPENDENCIES
355 355 omniauth-github
356 356 oruen_redmine_client
357 357 pivotal-tracker
358   - pry
359 358 pry-rails
360 359 rack-ssl
361 360 rack-ssl-enforcer
... ...