Skip to content

Commit

Permalink
Try limit tzinfo platforms (Gemfile-rails-main)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 26, 2024
1 parent 30f04c8 commit d58b787
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ gem "tapioca", "~> 0.11", require: false, platforms: :ruby
gem "psych", "~> 5.1", require: false
gem "rails", github: "rails/rails", branch: "main"
gem "webmock"
gem "tzinfo-data"

platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo"
gem "tzinfo-data"
end

0 comments on commit d58b787

Please sign in to comment.