Skip to content

Commit

Permalink
tzinfo-data gem, which is required to provide time zone information t…
Browse files Browse the repository at this point in the history
…o Ruby on Rails.
  • Loading branch information
helalferrari committed Oct 8, 2023
1 parent 44ba1f2 commit 285bf0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ gem 'slack-notifier'
gem 'sprockets-rails', require: 'sprockets/railtie'
gem 'uglifier'
gem 'yui-compressor'
gem 'tzinfo-data'

group :test, :development do
gem 'bullet'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ GEM
tty-which (0.5.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
Expand Down Expand Up @@ -537,6 +539,7 @@ DEPENDENCIES
sprockets-rails
stackprof
traceroute
tzinfo-data
uglifier
web-console
webmock
Expand Down

0 comments on commit 285bf0a

Please sign in to comment.