Skip to content

Commit

Permalink
FI-3216: Update Ruby dependencies (#538)
Browse files Browse the repository at this point in the history
* update Gemfile.lock

* restore platforms

* update rubocop yml and run autofix

* rename vague variables

* move cli specs

* exclude test creation spec from spec path rule

* move dev dependencies to gemfile

* add explicit expectations to specs

---------

Co-authored-by: Stephen MacVicar <smacvicar@mitre.org>
  • Loading branch information
AlyssaWang and Jammjammjamm authored Oct 18, 2024
1 parent 7204435 commit b1af368
Show file tree
Hide file tree
Showing 33 changed files with 221 additions and 229 deletions.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ RSpec/DescribeClass:
RSpec/ExampleLength:
Enabled: false

RSpec/FilePath:
RSpec/SpecFilePathFormat:
CustomTransform:
OAuthCredentials: oauth_credentials
Exclude:
- 'spec/inferno/dsl/test_creation_spec.rb'

RSpec/MultipleExpectations:
Enabled: false
Expand Down
13 changes: 6 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ gemspec

group :development, :test do
gem 'debug'
gem 'pry'
gem 'pry-byebug'
gem 'rubocop', '~> 1.9'
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
Expand All @@ -29,11 +27,12 @@ group :development do
end

group :test do
gem 'codecov', '0.5.2'
gem 'database_cleaner-sequel'
gem 'factory_bot', '~> 6.1'
gem 'rack-test'
gem 'rspec'
gem 'simplecov', require: false
gem 'rspec', '~> 3.10'
gem 'simplecov', '0.21.2', require: false
gem 'simplecov-cobertura'
gem 'webmock'
gem 'factory_bot'
end
gem 'webmock', '~> 3.11'
end
161 changes: 86 additions & 75 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.6)
activesupport (6.1.7.9)
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)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
backports (3.23.0)
backports (3.25.0)
base62-rb (0.3.1)
base64 (0.2.0)
bcp47 (0.3.3)
Expand All @@ -52,20 +52,21 @@ GEM
codecov (0.5.2)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
database_cleaner-core (2.0.1)
database_cleaner-sequel (2.0.0)
database_cleaner-sequel (2.0.2)
database_cleaner-core (~> 2.0.0)
sequel
date_time_precision (0.8.1)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
docile (1.4.1)
domain_name (0.6.20240107)
dotenv (2.8.1)
dry-auto_inject (1.0.1)
Expand All @@ -87,7 +88,7 @@ GEM
dry-inflector (~> 1.0, < 2)
dry-transformer (1.0.1)
zeitwerk (~> 2.6)
factory_bot (6.2.0)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faraday (1.10.4)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -130,7 +131,7 @@ GEM
date_time_precision (>= 0.8)
mime-types (>= 3.0)
nokogiri (>= 1.11.4)
fhir_models (4.3.0)
fhir_models (5.0.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
Expand All @@ -155,24 +156,29 @@ GEM
dry-core (~> 1.0, < 2)
dry-transformer (~> 1.0, < 2)
hansi (0.2.1)
hashdiff (1.0.1)
hashdiff (1.1.1)
http-accept (1.7.0)
http-cookie (1.0.7)
domain_name (~> 0.5)
i18n (1.12.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
jwt (2.9.1)
io-console (0.7.2)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
jwt (2.9.3)
base64
kramdown (2.4.0)
rexml
method_source (1.0.0)
mime-types (3.5.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0903)
minitest (5.18.0)
mime-types-data (3.2024.1001)
minitest (5.25.1)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -197,70 +203,76 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
oj (3.11.0)
parallel (1.21.0)
parser (3.1.0.0)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.13.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.7)
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.2.0)
reline (0.3.2)
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.8)
rouge (4.4.0)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.25.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.8.0)
rubocop (~> 1.19)
rubocop-sequel (0.3.3)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sequel (5.42.0)
sidekiq (7.2.4)
Expand All @@ -275,17 +287,17 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
strscan (3.1.0)
thor (1.2.2)
tilt (2.4.0)
tty-color (0.6.0)
Expand All @@ -299,18 +311,19 @@ GEM
tty-screen (0.8.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
webmock (3.14.0)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.36)
yard-junk (0.0.9)
yard (0.9.37)
yard-junk (0.0.10)
backports (>= 3.18)
ostruct
rainbow
yard
zeitwerk (2.6.7)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-21
Expand All @@ -323,24 +336,22 @@ DEPENDENCIES
codecov (= 0.5.2)
database_cleaner-sequel
debug
factory_bot
factory_bot (~> 6.1)
inferno_core!
pry
pry-byebug
rack-test
rspec
rspec (~> 3.10)
rubocop (~> 1.9)
rubocop-rake
rubocop-rspec
rubocop-sequel
simplecov
simplecov (= 0.21.2)
simplecov-cobertura
webmock
webmock (~> 3.11)
yard
yard-junk

RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.3.23
2.4.22
Loading

0 comments on commit b1af368

Please sign in to comment.