Skip to content

Commit 1b03a93

Browse files
committed
Remove deprecated windows platforms
1 parent 41f0712 commit 1b03a93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gem "redis", ">= 4.0.1"
3737
# gem "bcrypt", "~> 3.1.7"
3838

3939
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
40-
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
40+
gem "tzinfo-data", platforms: %i[ windows jruby ]
4141

4242
# Reduces boot times through caching; required in config/boot.rb
4343
gem "bootsnap", require: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ RUBY VERSION
392392
ruby 3.4.2p28
393393

394394
BUNDLED WITH
395-
2.6.7
395+
2.7.0

0 commit comments

Comments
 (0)