Skip to content

Commit

Permalink
Deps: bundle update gems (#567)
Browse files Browse the repository at this point in the history
This updates minor versions of gems.
  • Loading branch information
mockdeep committed Apr 11, 2021
1 parent 98c930c commit cf66a62
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,48 +36,48 @@ GEM
crass (1.0.6)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
delayed_job_active_record (4.1.5)
delayed_job_active_record (4.1.6)
activerecord (>= 3.0, < 6.2)
delayed_job (>= 3.0, < 5)
diff-lcs (1.4.4)
docile (1.3.5)
execjs (2.7.0)
faker (2.16.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
feedbag (0.10.1)
nokogiri (~> 1.8, >= 1.8.2)
open_uri_redirections (~> 0.2)
feedjira (3.1.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.14.2)
ffi (1.15.0)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.5.1)
kgio (2.11.3)
loofah (2.9.0)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0212)
mini_mime (1.0.2)
mime-types-data (3.2021.0225)
mini_mime (1.1.0)
mini_portile2 (2.5.0)
minitest (5.14.4)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.11.1)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.0.1.0)
ast (~> 2.4.1)
pg (1.2.3)
pry (0.13.1)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -122,7 +122,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.10.0)
rubocop (1.12.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down

0 comments on commit cf66a62

Please sign in to comment.