From abe02a3eb87dc7c9712558895558398e354dfa2b Mon Sep 17 00:00:00 2001 From: rhymes Date: Sun, 19 May 2019 00:46:20 +0200 Subject: [PATCH] Add awesome_print to development/test gems (#2874) --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 0a49138478863..69e327ec06f4d 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 4f98d2de9e020..1644482d55991 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)