Commit 5162dea23fc9862881fe615c4b63e65dd2b4575a

Authored by Vasiliy Ermolovich
2 parents 9d2a5007 aafd1a8a
Exists in master and in 1 other branch production

Merge pull request #320 from nfedyashev/dry_gemfile

DRY Gemfile
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
... ...