Skip to content

Commit

Permalink
Add gem lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: delano <delano@cpan.org>
  • Loading branch information
delano committed Apr 18, 2023
1 parent 1f3f160 commit 386732b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
PATH
remote: .
specs:
gibbler (0.10.0)
attic (~> 0.4.0)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
attic (0.4.0)
json (2.6.3)
parallel (1.23.0)
parser (3.2.2.0)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
rexml (3.2.5)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.4.2)

PLATFORMS
arm64-darwin-22

DEPENDENCIES
gibbler!
rake (~> 13.0)
rubocop (~> 1.21)

BUNDLED WITH
2.4.12

0 comments on commit 386732b

Please sign in to comment.