Skip to content

Commit

Permalink
Merge pull request #733 from PecanProject/dependabot/bundler/yajl-rub…
Browse files Browse the repository at this point in the history
…y-1.4.3

Bump yajl-ruby from 1.3.1 to 1.4.3
  • Loading branch information
robkooper authored Jul 14, 2024
2 parents 190f7ba + 1520196 commit 50cabc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "bootstrap-will_paginate"
gem 'rails3-restful-authentication', '~> 3.0.1'
gem 'dynamic_form'
gem 'rabl'
gem 'yajl-ruby', '~> 1.3.1'
gem 'yajl-ruby', '~> 1.4.3'
gem 'rubyzip', '~> 1.3.0'
gem 'activerecord-session_store' # no longer part of Rails proper
gem 'protected_attributes_continued' # Use this until and unless we start using Strong Parameters.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
will_paginate (3.3.1)
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.3.1)
yajl-ruby (1.4.3)
yard (0.9.36)

PLATFORMS
Expand Down Expand Up @@ -315,7 +315,7 @@ DEPENDENCIES
uglifier
unicorn
will_paginate
yajl-ruby (~> 1.3.1)
yajl-ruby (~> 1.4.3)
yard

BUNDLED WITH
Expand Down

0 comments on commit 50cabc3

Please sign in to comment.