diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2025-08-21 09:21:53 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2025-08-21 09:21:53 +0200 | 
| commit | 033b52747fea126c498ab426e52e18ce396b0284 (patch) | |
| tree | 8095876e5c07881b8075df43e664d07d94ac7e98 | |
| parent | 1af133190db91eaa53492205e53cf71c32056863 (diff) | |
| download | zorglub-master.zip zorglub-master.tar.gz | |
| -rw-r--r-- | Gemfile.lock | 32 | 
1 files changed, 16 insertions, 16 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index 0ec40a7..14b5dd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,36 +6,36 @@ PATH  GEM    remote: http://rubygems.org/    specs: -    bigdecimal (3.1.9) +    bigdecimal (3.2.2)      coveralls (0.8.23)        json (>= 1.8, < 3)        simplecov (~> 0.16.1)        term-ansicolor (~> 1.3)        thor (>= 0.19.4, < 2.0)        tins (~> 1.6) -    diff-lcs (1.6.1) +    diff-lcs (1.6.2)      docile (1.4.1) -    ffi (1.17.1) +    ffi (1.17.2)      haml (6.3.0)        temple (>= 0.8.2)        thor        tilt -    json (2.10.2) -    rack (3.1.14) -    rake (13.2.1) -    rspec (3.13.0) +    json (2.13.2) +    rack (3.2.0) +    rake (13.3.0) +    rspec (3.13.1)        rspec-core (~> 3.13.0)        rspec-expectations (~> 3.13.0)        rspec-mocks (~> 3.13.0) -    rspec-core (3.13.3) +    rspec-core (3.13.5)        rspec-support (~> 3.13.0) -    rspec-expectations (3.13.3) +    rspec-expectations (3.13.5)        diff-lcs (>= 1.2.0, < 2.0)        rspec-support (~> 3.13.0) -    rspec-mocks (3.13.2) +    rspec-mocks (3.13.5)        diff-lcs (>= 1.2.0, < 2.0)        rspec-support (~> 3.13.0) -    rspec-support (3.13.2) +    rspec-support (3.13.5)      sassc (2.4.0)        ffi (~> 1.9)      simplecov (0.16.1) @@ -44,12 +44,12 @@ GEM        simplecov-html (~> 0.10.0)      simplecov-html (0.10.2)      sync (0.5.0) -    temple (0.10.3) +    temple (0.10.4)      term-ansicolor (1.11.2)        tins (~> 1.0) -    thor (1.3.2) -    tilt (2.6.0) -    tins (1.38.0) +    thor (1.4.0) +    tilt (2.6.1) +    tins (1.42.0)        bigdecimal        sync @@ -66,4 +66,4 @@ DEPENDENCIES    zorglub!  BUNDLED WITH -   2.6.7 +   2.7.1 | 
