Skip to content

Commit

Permalink
Merge pull request #95 from RIPAGlobal/feature/relax-nokogiri-dependency
Browse files Browse the repository at this point in the history
Try relaxing dependency and see if GH Actions can still run CI
  • Loading branch information
sierra-alpha authored Jan 16, 2024
2 parents d65b23a + 35a59ba commit 9675877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 251 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ _site
.DS_Store
.byebug_history

Gemfile.lock

coverage/
docs/

Expand Down
249 changes: 0 additions & 249 deletions Gemfile.lock

This file was deleted.

3 changes: 1 addition & 2 deletions scimitar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.7.0'

s.add_dependency 'rails', '~> 7.0'
s.add_dependency 'nokogiri', '= 1.15.5' # 1.16 and later require Ruby >= 3
s.add_dependency 'rails', '~> 7.0'

s.add_development_dependency 'rake', '~> 13.1'
s.add_development_dependency 'pg', '~> 1.5'
Expand Down

0 comments on commit 9675877

Please sign in to comment.