Skip to content

Commit

Permalink
Fix: accidental removal of package-lock.json and Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsSteensma committed Dec 16, 2024
1 parent c687741 commit 948f932
Show file tree
Hide file tree
Showing 2 changed files with 1,276 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
PATH
remote: .
specs:
Dhalang (0.7.2)

GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
afm (0.2.2)
bigdecimal (3.1.8)
diff-lcs (1.5.1)
fastimage (2.2.7)
hashery (2.1.2)
pdf-reader (2.9.2)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
rake (13.0.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
ruby-rc4 (0.1.5)
ttfunk (1.8.0)
bigdecimal (~> 3.1)

PLATFORMS
arm64-darwin-21

DEPENDENCIES
Dhalang!
bundler (~> 2.3.6)
fastimage (~> 2.2.6)
pdf-reader (~> 2.9.0)
rake (~> 13.0.6)
rspec (~> 3.0)

BUNDLED WITH
2.3.7
Loading

0 comments on commit 948f932

Please sign in to comment.