summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-16 16:21:17 -0400
committerrealtradam <[email protected]>2024-06-16 16:21:17 -0400
commitdc387a78548a152d0abea002c8afd86b71e5468a (patch)
treea1fbad9c210a7bfe2f20a700fd01f66905fa6e83 /Gemfile
parentdb60994dfa088c44aecfceea6329934b1ce9f3b5 (diff)
downloadgameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.tar.gz
gameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.zip
change docker to build for alpine and postgres
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 490913f..797e5b3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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