Skip to content

Commit

Permalink
Merge pull request #469 from mikeastock/update-feedjira
Browse files Browse the repository at this point in the history
Update to Feedjira 2.1.3
  • Loading branch information
matt swanson committed Jan 24, 2018
2 parents 45bd021 + d76e789 commit fee8ae1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "bcrypt", "~> 3.1"
gem "delayed_job", "~> 4.1"
gem "delayed_job_active_record", "~> 4.1"
gem "feedbag", "~> 0.9.5"
gem "feedjira", "~> 2.1.0"
gem "feedjira", "~> 2.1.3"
gem "i18n"
gem "loofah", "~> 2.0"
gem "nokogiri", "~> 1.6", ">= 1.6.7.2"
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GEM
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
crass (1.0.3)
debugger-linecache (1.2.0)
delayed_job (4.1.1)
activesupport (>= 3.0, < 5.0)
Expand All @@ -50,32 +51,33 @@ GEM
execjs (2.7.0)
faker (1.6.3)
i18n (~> 0.5)
faraday (0.11.0)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.11.0.1)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
feedbag (0.9.5)
nokogiri (~> 1.0)
feedjira (2.1.0)
feedjira (2.1.3)
faraday (>= 0.9)
faraday_middleware (>= 0.9)
loofah (>= 2.0)
sax-machine (>= 1.0)
i18n (0.7.0)
json (1.8.3)
kgio (2.10.0)
loofah (2.0.3)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.8.2)
mime-types (3.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mini_portile2 (2.0.0)
mini_portile2 (2.3.0)
minitest (5.8.4)
multi_json (1.12.1)
multipart-post (2.0.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
parser (2.3.0.6)
ast (~> 2.2)
pg (0.18.4)
Expand Down Expand Up @@ -188,7 +190,7 @@ DEPENDENCIES
delayed_job_active_record (~> 4.1)
faker (~> 1.2)
feedbag (~> 0.9.5)
feedjira (~> 2.1.0)
feedjira (~> 2.1.3)
i18n
loofah (~> 2.0)
nokogiri (~> 1.6, >= 1.6.7.2)
Expand Down Expand Up @@ -221,4 +223,4 @@ RUBY VERSION
ruby 2.3.3p222

BUNDLED WITH
1.14.6
1.16.1

0 comments on commit fee8ae1

Please sign in to comment.