Skip to content

Commit

Permalink
Add Gemfile.lock and ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
htdebeer committed Oct 7, 2024
1 parent c1ed31d commit 69e0ec1
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.5
63 changes: 63 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
PATH
remote: .
specs:
paru (1.4.1)
csv (~> 3.3)

GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
base64 (0.1.1)
builder (3.3.0)
csv (3.3.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.25.1)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.8)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.6.0)
yard (0.9.37)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
minitest (~> 5.0)
minitest-reporters (~> 1.4)
paru!
rake (~> 13)
rubocop (~> 1.56.4)
yard (~> 0.9)

BUNDLED WITH
2.5.16

0 comments on commit 69e0ec1

Please sign in to comment.