diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..c41a4bc --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,48 @@ +PATH + remote: . + specs: + straw (0.1.0) + +GEM + remote: https://rubygems.org/ + specs: + ast (2.4.2) + minitest (5.15.0) + parallel (1.21.0) + parser (3.0.3.2) + ast (~> 2.4.1) + rainbow (3.0.0) + rake (13.0.6) + regexp_parser (2.2.0) + rexml (3.2.5) + rubocop (1.23.0) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.12.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.15.0) + parser (>= 3.0.1.1) + rubocop-minitest (0.17.0) + rubocop (>= 0.90, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) + ruby-progressbar (1.11.0) + unicode-display_width (2.1.0) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + minitest (~> 5.0) + rake (~> 13.0) + rubocop (~> 1.21) + rubocop-minitest (~> 0.17) + rubocop-rake (~> 0.6) + straw! + +BUNDLED WITH + 2.3.0 |
