diff options
| author | _Tradam <[email protected]> | 2022-04-07 17:40:21 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2022-04-07 17:40:21 -0400 |
| commit | d54cd794f6ed086f05b2631f73173b73f312b19f (patch) | |
| tree | 7d236d9b5c15fd68ef8c440d4a2ad8d7fbd378a3 /Gemfile.lock | |
| parent | 2ae12787183ceb253e8f6abfc57de009d5e71aab (diff) | |
| download | FelBind-d54cd794f6ed086f05b2631f73173b73f312b19f.tar.gz FelBind-d54cd794f6ed086f05b2631f73173b73f312b19f.zip | |
streamlined build process for testing
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..8184b71 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,28 @@ +GEM + remote: https://rubygems.org/ + specs: + activemodel (7.0.2.3) + activesupport (= 7.0.2.3) + activerecord (7.0.2.3) + activemodel (= 7.0.2.3) + activesupport (= 7.0.2.3) + activesupport (7.0.2.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.15.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + activerecord (~> 7.0) + +BUNDLED WITH + 2.3.7 |
