Skip to content

Commit 1520196

Browse files
Bump yajl-ruby from 1.3.1 to 1.4.3
Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/brianmario/yajl-ruby/releases) - [Changelog](https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/yajl-ruby/commits) --- updated-dependencies: - dependency-name: yajl-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 190f7ba commit 1520196

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem "bootstrap-will_paginate"
2121
gem 'rails3-restful-authentication', '~> 3.0.1'
2222
gem 'dynamic_form'
2323
gem 'rabl'
24-
gem 'yajl-ruby', '~> 1.3.1'
24+
gem 'yajl-ruby', '~> 1.4.3'
2525
gem 'rubyzip', '~> 1.3.0'
2626
gem 'activerecord-session_store' # no longer part of Rails proper
2727
gem 'protected_attributes_continued' # Use this until and unless we start using Strong Parameters.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ GEM
262262
will_paginate (3.3.1)
263263
xpath (3.2.0)
264264
nokogiri (~> 1.8)
265-
yajl-ruby (1.3.1)
265+
yajl-ruby (1.4.3)
266266
yard (0.9.36)
267267

268268
PLATFORMS
@@ -315,7 +315,7 @@ DEPENDENCIES
315315
uglifier
316316
unicorn
317317
will_paginate
318-
yajl-ruby (~> 1.3.1)
318+
yajl-ruby (~> 1.4.3)
319319
yard
320320

321321
BUNDLED WITH

0 commit comments

Comments
 (0)