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 | |
| parent | db60994dfa088c44aecfceea6329934b1ce9f3b5 (diff) | |
| download | gameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.tar.gz gameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.zip | |
change docker to build for alpine and postgres
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ gem "puma", ">= 5.0" gem "bcrypt", "~> 3.1.7" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: %i[ windows jruby ] +gem "tzinfo-data"#, platforms: %i[ windows jruby ] # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", require: false |
