diff options
| author | realtradam <[email protected]> | 2024-06-16 16:21:17 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-16 16:21:17 -0400 |
| commit | dc387a78548a152d0abea002c8afd86b71e5468a (patch) | |
| tree | a1fbad9c210a7bfe2f20a700fd01f66905fa6e83 /Gemfile.lock | |
| parent | db60994dfa088c44aecfceea6329934b1ce9f3b5 (diff) | |
| download | gameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.tar.gz gameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.zip | |
change docker to build for alpine and postgres
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f163f71..cf57930 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,16 +121,6 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5-aarch64-linux) - racc (~> 1.4) - nokogiri (1.16.5-arm-linux) - racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.5-x86-linux) - racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) - racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) pg (1.5.6) @@ -189,6 +179,8 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + tzinfo-data (1.2024.1) + tzinfo (>= 1.0.0) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -196,11 +188,6 @@ GEM zeitwerk (2.6.14) PLATFORMS - aarch64-linux - arm-linux - arm64-darwin - x86-linux - x86_64-darwin x86_64-linux DEPENDENCIES |
