Add awesome_print to development/test gems (#2874)
This commit is contained in:
parent
b935fdd920
commit
abe02a3eb8
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -123,6 +123,7 @@ group :development do
|
|||
end
|
||||
|
||||
group :development, :test do
|
||||
gem "awesome_print", "~> 1.8" # Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure
|
||||
gem "capybara", "~> 3.19" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "faker", "~> 1.9" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "parallel_tests", "~> 2.29" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@ GEM
|
|||
ast (2.4.0)
|
||||
autoprefixer-rails (9.5.1.1)
|
||||
execjs
|
||||
awesome_print (1.8.0)
|
||||
aws-eventstream (1.0.3)
|
||||
aws-partitions (1.154.0)
|
||||
aws-sdk-core (3.48.6)
|
||||
|
|
@ -836,6 +837,7 @@ DEPENDENCIES
|
|||
ancestry (~> 3.0)
|
||||
approvals (~> 0.0)
|
||||
autoprefixer-rails (~> 9.5)
|
||||
awesome_print (~> 1.8)
|
||||
aws-sdk-lambda (~> 1.22)
|
||||
better_errors (~> 2.5)
|
||||
binding_of_caller (~> 0.8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue