Skip to content

Commit

Permalink
Add logger as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Jan 16, 2025
1 parent 44d52a5 commit 5eba7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ end
gem 'haml-rails', '~> 2.0'
gem 'jquery-rails'
gem 'jruby-jars', File.read('.ruby-version').chomp.sub(/^jruby-/, '')
gem 'logger'
gem 'sass'
# gem 'json-jruby', '>= 1.6.6', :require => 'json', :platform => :jruby
gem 'actionpack-page_caching'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ DEPENDENCIES
jquery-rails
jruby-jars (= 9.4.9.0)
json (>= 1.6.6)
logger
lograge
mocha
omniauth-google-oauth2
Expand Down

0 comments on commit 5eba7d9

Please sign in to comment.