diff --git a/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock b/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock index 93adbf7e..a23ada39 100644 --- a/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock +++ b/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock @@ -51,6 +51,7 @@ GEM execjs coffee-script-source (1.10.0) concurrent-ruby (1.0.2) + crass (1.0.5) debug_inspector (0.0.2) devise (4.1.1) bcrypt (~> 3.0) @@ -81,7 +82,8 @@ GEM listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - loofah (2.0.3) + loofah (2.3.1) + crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.6.4) mime-types (>= 1.16, < 4) @@ -93,14 +95,12 @@ GEM minitest (5.9.0) multi_json (1.12.1) nio4r (1.2.1) - nokogiri (1.6.8) + nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) orm_adapter (0.5.0) parser (2.3.1.2) ast (~> 2.2) pg (0.18.4) - pkg-config (1.1.7) powerpack (0.1.1) puma (3.4.0) rack (2.0.0.rc1) @@ -178,6 +178,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + table_print (1.5.6) thor (0.19.1) thread_safe (0.3.5) tilt (2.0.5) @@ -220,6 +221,7 @@ DEPENDENCIES sass-rails (~> 5.0) spring spring-watcher-listen (~> 2.0.0) + table_print trollop turbolinks (~> 5.x) tzinfo-data