Skip to content

Commit

Permalink
Updated rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Nov 17, 2023
1 parent e187096 commit 473f4ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ GEM
test-unit (~> 3.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.6)
json (2.6.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -52,7 +51,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
nenv (0.3.0)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
nokogiri-diff (0.2.0)
nokogiri (~> 1.5)
Expand All @@ -77,6 +76,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -91,14 +91,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (0.80.0)
jaro_winkler (~> 1.5.1)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
shellany (0.0.1)
simplecov (0.17.1)
Expand All @@ -110,11 +113,10 @@ GEM
test-unit (3.6.1)
power_assert
thor (1.3.0)
unicode-display_width (1.6.1)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -127,7 +129,7 @@ DEPENDENCIES
pry-coolline
rake
rspec
rubocop (= 0.80)
rubocop (= 1.23.0)
simplecov (~> 0.17.0)
test-unit

Expand Down
2 changes: 1 addition & 1 deletion fhir_models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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', '0.80'
spec.add_development_dependency 'rubocop', '1.23.0'
spec.add_development_dependency 'guard-rspec'
spec.add_development_dependency 'guard-test'
end

0 comments on commit 473f4ae

Please sign in to comment.