Skip to content

Commit

Permalink
chore(ci): lock compatible bundle platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Dec 30, 2021
1 parent 0d65ec7 commit 302b722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/html2rss/html2rss
revision: efb5e72eac4cc68adc40659a2a3822bc7fa21d88
revision: 5c423d45e47c4348cb990598088b0436fef4ebf6
specs:
html2rss (0.9.0)
activesupport (>= 5, < 8)
Expand All @@ -22,15 +22,17 @@ PATH
remote: .
specs:
html2rss-configs (0.2.0)
activesupport (< 7)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.0)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
Expand Down Expand Up @@ -155,6 +157,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
bundler
Expand Down
1 change: 1 addition & 0 deletions html2rss-configs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '< 7'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'faraday'
spec.add_development_dependency 'htmlbeautifier'
Expand Down

0 comments on commit 302b722

Please sign in to comment.