Gemfile.lock: update awesome_print to 1.7.0.
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -23,7 +23,6 @@ gem 'net-sftp'
|
|||||||
gem 'term-ansicolor', :require => "term/ansicolor"
|
gem 'term-ansicolor', :require => "term/ansicolor"
|
||||||
gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git"
|
gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git"
|
||||||
gem 'bcrypt-ruby', :require => "bcrypt"
|
gem 'bcrypt-ruby', :require => "bcrypt"
|
||||||
gem 'awesome_print'
|
|
||||||
gem 'statistics2'
|
gem 'statistics2'
|
||||||
gem 'capistrano', '~> 3.4.0'
|
gem 'capistrano', '~> 3.4.0'
|
||||||
gem 'capistrano-rails'
|
gem 'capistrano-rails'
|
||||||
@@ -59,6 +58,7 @@ group :production do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
gem 'awesome_print'
|
||||||
gem 'pry-byebug'
|
gem 'pry-byebug'
|
||||||
gem 'ruby-prof'
|
gem 'ruby-prof'
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ GEM
|
|||||||
addressable (2.5.0)
|
addressable (2.5.0)
|
||||||
public_suffix (~> 2.0, >= 2.0.2)
|
public_suffix (~> 2.0, >= 2.0.2)
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
awesome_print (1.6.1)
|
awesome_print (1.7.0)
|
||||||
aws-sdk (2.7.4)
|
aws-sdk (2.7.4)
|
||||||
aws-sdk-resources (= 2.7.4)
|
aws-sdk-resources (= 2.7.4)
|
||||||
aws-sdk-core (2.7.4)
|
aws-sdk-core (2.7.4)
|
||||||
|
|||||||
Reference in New Issue
Block a user