Skip to content

Commit

Permalink
Stable builds with versioned lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Mar 11, 2024
1 parent f0d2bbb commit 67e8bbf
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
PATH
remote: .
specs:
delayed_job_moden_record (0.0.1)
activerecord (>= 7.1, < 8.0)
delayed_job (>= 4.1.11, < 5)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout (>= 0.4.0)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
diff-lcs (1.5.1)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
timeout (0.4.1)
trilogy (2.7.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
arm64-darwin

DEPENDENCIES
delayed_job_moden_record!
mysql2 (~> 0.5.6)
rspec (~> 3.13)
trilogy (~> 2.7.0)

BUNDLED WITH
2.5.5

0 comments on commit 67e8bbf

Please sign in to comment.