Skip to content
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

FI-2160: Bump nokogiri #36

Merged
merged 4 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7']
ruby-version: ['2.7']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
**/coverage/**
fhir_stu3_models*log*
invariants.txt
.ruby-version
.ruby-gemset
tmp/
.idea/
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.4
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 2.7.4
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
date_time_precision (0.8.1)
diff-lcs (1.3)
docile (1.1.5)
ffi (1.11.1)
ffi (1.16.3)
formatador (0.2.5)
guard (2.15.0)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -50,10 +50,10 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mini_portile2 (2.5.3)
mini_portile2 (2.8.5)
nenv (0.3.0)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri-diff (0.2.0)
nokogiri (~> 1.5)
Expand All @@ -68,7 +68,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
racc (1.5.2)
racc (1.7.3)
rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
Expand Down Expand Up @@ -127,7 +127,7 @@ DEPENDENCIES
test-unit

RUBY VERSION
ruby 2.7.2p137
ruby 2.7.4p191

BUNDLED WITH
2.1.4
Loading