Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump jbuilder from 2.10.1 to 2.11.1 (#51)
Browse files Browse the repository at this point in the history
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md)
- [Commits](rails/jbuilder@v2.10.1...v2.11.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2021
1 parent 1c1771d commit 82f3890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'sass-rails', '~> 6.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 5.0'
gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.10'
gem 'jbuilder', '~> 2.11'

group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
crass (1.0.6)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
http_parser.rb (0.6.0)
i18n (1.8.7)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
jbuilder (2.11.1)
activesupport (>= 5.0.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -261,7 +261,7 @@ DEPENDENCIES
capybara (~> 3.34)
coffee-rails (~> 5.0)
dotenv-rails
jbuilder (~> 2.10)
jbuilder (~> 2.11)
kaminari
listen (>= 3.0.5, < 3.5)
mysql2
Expand Down

0 comments on commit 82f3890

Please sign in to comment.