Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jbuilder from 2.11.5 to 2.12.0 #133

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
source 'https://rubygems.org'

Check failure on line 1 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/FrozenStringLiteralComment: Missing frozen string literal comment.
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.2'

gem 'bootsnap', '>= 1.4.4', require: false
gem 'importmap-rails', '~> 2.0'
gem 'jbuilder', '~> 2.7'
gem 'jbuilder', '~> 2.12'
gem 'puma', '~> 6.4'
gem 'rails', '~> 7.1'
gem 'rails-i18n', '~> 7.0'
gem 'sassc-rails'

group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]

Check failure on line 15 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/SymbolArray: Use `%i` or `%I` for an array of symbols.
end

group :development do
Expand All @@ -39,7 +39,7 @@
gem 'bcrypt', '~> 3.1.20'
gem 'bootstrap', '~> 5.3.3'
gem 'haml-rails', '~> 2.0'
gem "hotwire-rails", "~> 0.1.3"

Check failure on line 42 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Check failure on line 42 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
gem 'jquery-rails'
gem 'midi-smtp-server', '~> 3.2', require: false
gem 'mysql2', '>=0.5'
Expand All @@ -48,7 +48,7 @@
gem 'roo-xls'
gem 'simple_form'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Check failure on line 51 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/SymbolArray: Use `%i` or `%I` for an array of symbols.
gem 'whenever', '~> 1.0', require: false
gem 'will_paginate', '~> 4.0'
gem 'will_paginate-bootstrap-style'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
base32 (0.3.4)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
rails (>= 6.0.0)
stimulus-rails
turbo-rails
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.1)
actionpack (>= 6.0.0)
Expand All @@ -140,7 +140,7 @@ GEM
irb (1.12.0)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.6.0)
Expand All @@ -165,7 +165,7 @@ GEM
midi-smtp-server (3.2.1)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest (5.23.0)
msgpack (1.7.2)
mutex_m (0.2.0)
mysql2 (0.5.6)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.10)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -371,7 +371,7 @@ DEPENDENCIES
haml-rails (~> 2.0)
hotwire-rails (~> 0.1.3)
importmap-rails (~> 2.0)
jbuilder (~> 2.7)
jbuilder (~> 2.12)
jquery-rails
listen (~> 3.9)
midi-smtp-server (~> 3.2)
Expand Down
Loading