Skip to content

Commit

Permalink
Merge pull request #47 from danielmbrasil/dependabot-bundler-jbuilder…
Browse files Browse the repository at this point in the history
…-2.11.2

gems(deps): bump jbuilder from 2.10.1 to 2.11.2
  • Loading branch information
danielmbrasil committed Mar 16, 2021
2 parents a2ce721 + 6c2b90c commit aa10d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -16,7 +16,7 @@ gem 'webpacker', '~> 5.0'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
gem 'jbuilder', '~> 2.11'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -110,7 +110,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
Expand All @@ -130,7 +130,7 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.14.4)
msgpack (1.4.2)
nio4r (2.5.7)
nokogiri (1.11.2)
Expand Down Expand Up @@ -256,7 +256,7 @@ DEPENDENCIES
byebug
capybara (>= 3.26)
devise
jbuilder (~> 2.7)
jbuilder (~> 2.11)
jquery-rails
listen (~> 3.3)
pg (~> 1.1)
Expand Down

0 comments on commit aa10d1f

Please sign in to comment.