Skip to content

Commit

Permalink
Add awesome_print to development/test gems (forem#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymes authored and benhalpern committed May 18, 2019
1 parent b935fdd commit abe02a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit abe02a3

Please sign in to comment.