Skip to content

Commit

Permalink
add a lock file (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 5, 2024
1 parent cffdcba commit 769180c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@
/.env.local*
/vendor/bundle

# do not version lock file as we will use ondemand-gems
Gemfile.lock
40 changes: 40 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
ffi (1.15.5)
minitest (5.17.0)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
ood_core (0.23.3)
ffi (~> 1.9, >= 1.9.6)
ood_support (~> 0.0.2)
rexml (~> 3.2)
ood_support (0.0.5)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rake (13.0.6)
rexml (3.2.5)
ruby2_keywords (0.0.5)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
tilt (2.1.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
minitest
mocha
ood_core (~> 0.11)
rake
rexml
sinatra

BUNDLED WITH
2.2.22

0 comments on commit 769180c

Please sign in to comment.