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.12.0 to 2.13.0 #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Expand Up @@ -19,7 +19,7 @@ gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.12'
gem 'jbuilder', '~> 2.13'

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
arel (9.0.0)
bcrypt (3.1.18)
builder (3.2.4)
builder (3.3.0)
cancancan (3.0.2)
climate_control (0.2.0)
coffee-rails (4.2.2)
Expand All @@ -65,7 +65,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
countries (5.2.0)
unaccent (~> 0.3)
country_select (8.0.0)
Expand All @@ -84,7 +84,7 @@ GEM
devise (>= 2.1.0)
dynamic_form (1.1.4)
email_reply_parser_ffcrm (0.5.0)
erubi (1.12.0)
erubi (1.13.0)
execjs (2.8.1)
fat_free_crm (0.19.2)
activemodel-serializers-xml
Expand Down Expand Up @@ -132,9 +132,9 @@ GEM
temple (>= 0.8.0)
tilt
htmlentities (4.3.4)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jbuilder (2.12.0)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-migrate-rails (1.2.1)
Expand All @@ -161,8 +161,8 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.23.0)
mini_portile2 (2.8.7)
minitest (5.25.1)
net-imap (0.3.2)
date
net-protocol
Expand All @@ -173,7 +173,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.16.5)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand All @@ -192,7 +192,7 @@ GEM
css_parser (>= 1.12.0)
htmlentities (>= 4.0.0)
public_suffix (5.0.1)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -304,7 +304,7 @@ DEPENDENCIES
coffee-rails
fat_free_crm (>= 0.15.0)
haml (~> 5.0.0)
jbuilder (~> 2.12)
jbuilder (~> 2.13)
jquery-rails
pg
rails (~> 5.2.0)
Expand Down