summaryrefslogtreecommitdiff
path: root/tool/bundler/rubocop_gems.rb.lock
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-15 13:36:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-15 15:36:15 +0900
commit7af7a539bc34fa630ab4dfd178d67cfebbc8699f (patch)
tree47623fa9afbffcb0f6549201011f5f752d19c3f9 /tool/bundler/rubocop_gems.rb.lock
parent96741765d880b700933526a97a67345dfcd90c47 (diff)
Also merge tool/bundler/*.rb for testing of Bundler
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4383
Diffstat (limited to 'tool/bundler/rubocop_gems.rb.lock')
-rw-r--r--tool/bundler/rubocop_gems.rb.lock59
1 files changed, 59 insertions, 0 deletions
diff --git a/tool/bundler/rubocop_gems.rb.lock b/tool/bundler/rubocop_gems.rb.lock
new file mode 100644
index 0000000000..c30856aa90
--- /dev/null
+++ b/tool/bundler/rubocop_gems.rb.lock
@@ -0,0 +1,59 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ ast (2.4.2)
+ diff-lcs (1.4.4)
+ minitest (5.14.4)
+ parallel (1.19.2)
+ parser (3.0.0.0)
+ ast (~> 2.4.1)
+ power_assert (2.0.0)
+ rainbow (3.0.0)
+ rake (13.0.3)
+ rake-compiler (1.1.1)
+ rake
+ regexp_parser (2.1.1)
+ rexml (3.2.5)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.1)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.1)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.10.0)
+ rspec-mocks (3.10.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.2)
+ rubocop (1.12.1)
+ parallel (~> 1.10)
+ parser (>= 3.0.0.0)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.2.0, < 2.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.4.1)
+ parser (>= 2.7.1.5)
+ ruby-progressbar (1.11.0)
+ test-unit (3.4.0)
+ power_assert
+ unicode-display_width (2.0.0)
+
+PLATFORMS
+ universal-java-11
+ x86_64-linux
+
+DEPENDENCIES
+ minitest
+ rake
+ rake-compiler
+ rspec
+ rubocop (~> 1.7)
+ test-unit
+
+BUNDLED WITH
+ 2.3.0.dev