Skip to content

Commit

Permalink
Merge 3935649 into 0347e39
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Dec 26, 2019
2 parents 0347e39 + 3935649 commit 6bec98f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0

script:
- bundle exec rubocop -F
Expand Down
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,50 +18,53 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
activesupport (5.2.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
builder (3.2.3)
builder (3.2.4)
byebug (11.0.1)
concurrent-ruby (1.1.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
coveralls (0.7.2)
multi_json (~> 1.3)
rest-client (= 1.6.7)
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
crass (1.0.5)
diff-lcs (1.3)
docile (1.3.2)
faraday (0.17.0)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.2.0)
json (2.3.0)
kramdown (2.1.0)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
minitest (5.13.0)
multi_json (1.14.1)
multipart-post (2.1.1)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.1)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.18.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
public_suffix (4.0.1)
rainbow (3.0.0)
rest-client (1.6.7)
mime-types (>= 1.16)
reverse_markdown (1.3.0)
nokogiri
rspec (3.9.0)
Expand All @@ -77,45 +80,45 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.76.0)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.5.0)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-rspec (1.36.0)
rubocop-rspec (1.37.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
sanitize (5.1.0)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
simplecov (0.16.1)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
thread_safe (0.3.6)
tins (1.22.0)
tins (0.13.2)
to_regexp (0.2.1)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
vcr (5.0.0)
yard (0.9.20)
zeitwerk (2.2.1)
zeitwerk (2.2.2)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
bundler
byebug
coveralls
html2rss!
Expand All @@ -128,4 +131,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.17.2
2.1.2
2 changes: 1 addition & 1 deletion html2rss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sanitize', '~> 5.0'
spec.add_dependency 'to_regexp'
spec.add_dependency 'zeitwerk'
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'byebug'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop'
Expand Down

0 comments on commit 6bec98f

Please sign in to comment.