Compare commits

..

12 commits

Author SHA1 Message Date
a8afb17e70
Merge pull request #11 from 5sw/dependabot/bundler/rexml-3.3.9
Bump rexml from 3.3.6 to 3.3.9
2024-12-01 12:49:36 +01:00
dependabot[bot]
04c2430096
Bump rexml from 3.3.6 to 3.3.9
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 18:52:26 +00:00
8bfdecec21
Merge pull request #10 from 5sw/dependabot/bundler/rexml-3.3.6
Bump rexml from 3.3.4 to 3.3.6
2024-09-23 20:10:04 +02:00
dependabot[bot]
0af937edac
Bump rexml from 3.3.4 to 3.3.6
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 20:55:01 +00:00
e894f65f30 Remove rubocop-rspec for now 2024-08-03 19:43:09 +02:00
567198c182 add dev gems to Gemfile instead of gemspec 2024-08-03 19:28:01 +02:00
604fe35be6 autocorrect 2024-08-03 19:23:03 +02:00
120bb4b79a Update dependencies 2024-08-03 19:21:16 +02:00
dependabot[bot]
8fa719df7a
Bump rexml from 3.3.0 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.0...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 16:42:11 +00:00
24f5c56ce7
Merge pull request #8 from 5sw/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.5 to 3.2.8
2024-06-16 17:56:47 +02:00
aa72af8c5a
Merge branch 'main' into dependabot/bundler/rexml-3.2.8 2024-06-16 17:54:52 +02:00
dependabot[bot]
672ad20150
Bump rexml from 3.2.5 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 19:55:42 +00:00
4 changed files with 14 additions and 16 deletions

View file

@ -1,3 +1,6 @@
require:
- rubocop-rake
AllCops:
NewCops: enable
TargetRubyVersion: 2.7

View file

@ -8,3 +8,9 @@ group :ci do
gem 'code-scanning-rubocop'
gem 'rspec_junit_formatter'
end
gem 'rake', '~> 13.0'
gem 'rspec'
gem 'rubocop', '~> 1.29'
gem 'rubocop-rake', '~> 0.6'

View file

@ -15,15 +15,14 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
@ -39,13 +38,13 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.64.1)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
@ -54,10 +53,7 @@ GEM
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
strscan (3.1.0)
unicode-display_width (2.5.0)
PLATFORMS
@ -71,7 +67,6 @@ DEPENDENCIES
rspec_junit_formatter
rubocop (~> 1.29)
rubocop-rake (~> 0.6)
rubocop-rspec
BUNDLED WITH
2.1.4

View file

@ -19,12 +19,6 @@ Gem::Specification.new do |s|
s.add_dependency 'colorize'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '~> 1.29'
s.add_development_dependency 'rubocop-rake', '~> 0.6'
s.add_development_dependency 'rubocop-rspec'
s.metadata = {
'rubygems_mfa_required' => 'true'
}