-
Notifications
You must be signed in to change notification settings - Fork 26
Gemspec and Ruby update #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
1caf018
3419cb9
c7a34d4
fc59692
88b36a8
2b0bdcf
6ce11f8
e170f37
bfeb5d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. since we updated this file, also update .tool-versions to match |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.1.2 | ||
| 3.3.6 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,5 @@ group :development, :test do | |
| gem 'debug' | ||
| gem 'pry' | ||
| gem 'pry-byebug' | ||
| gem 'rubocop', '~> 1.86', require: false | ||
| end | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec| | |
| spec.require_paths = ['lib'] | ||
|
|
||
| spec.required_ruby_version = '>= 3.0.0' | ||
| spec.add_dependency 'nokogiri', '>= 1.11.4' | ||
| spec.add_dependency 'nokogiri', '>= 1.19.1' | ||
| spec.add_dependency 'date_time_precision', '>= 0.8' | ||
| spec.add_dependency 'bcp47', '>= 0.3' | ||
| spec.add_dependency 'mime-types', '>= 3.0' | ||
|
|
@@ -35,7 +35,6 @@ Gem::Specification.new do |spec| | |
| spec.add_development_dependency 'rspec' | ||
| spec.add_development_dependency 'simplecov', '~> 0.17.0' | ||
| spec.add_development_dependency 'nokogiri-diff' | ||
| spec.add_development_dependency 'rubocop', '1.23.0' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why delete rubocop entirely here?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Many ways to slice this, but planning to be consistent with inferno_core, which has rubocop as a development and test dependency in the Gemfile, not a development_dependency in the gemspec. So removing keeps it consistent. |
||
| spec.add_development_dependency 'guard-rspec' | ||
| spec.add_development_dependency 'guard-test' | ||
| end | ||
Uh oh!
There was an error while loading. Please reload this page.