diff --git a/sylvilagus/jruby/Gemfile b/sylvilagus/jruby/Gemfile index af76177..ea43f9b 100644 --- a/sylvilagus/jruby/Gemfile +++ b/sylvilagus/jruby/Gemfile @@ -4,5 +4,6 @@ gem 'json_pure' gem 'jruby-openssl' group :development, :test do + gem 'awesome_print' gem 'rspec' end diff --git a/sylvilagus/jruby/Gemfile.lock b/sylvilagus/jruby/Gemfile.lock index 249f102..edf535e 100644 --- a/sylvilagus/jruby/Gemfile.lock +++ b/sylvilagus/jruby/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: http://rubygems.org/ specs: + awesome_print (1.1.0) bouncy-castle-java (1.5.0146.1) diff-lcs (1.1.3) jruby-openssl (0.7.7) @@ -19,6 +20,7 @@ PLATFORMS java DEPENDENCIES + awesome_print jruby-openssl json_pure rspec