Gemfile.lock: update awesome_print to 1.7.0.

This commit is contained in:
evazion
2017-02-27 01:28:15 -06:00
parent 822d881096
commit 59bb705307
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ gem 'net-sftp'
gem 'term-ansicolor', :require => "term/ansicolor"
gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git"
gem 'bcrypt-ruby', :require => "bcrypt"
gem 'awesome_print'
gem 'statistics2'
gem 'capistrano', '~> 3.4.0'
gem 'capistrano-rails'
@@ -59,6 +58,7 @@ group :production do
end
group :development, :test do
gem 'awesome_print'
gem 'pry-byebug'
gem 'ruby-prof'
end