Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jun 10, 2024
1 parent a46b486 commit 6d62d77
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 542 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
ruby-version: '2.6.10'
bundler-cache: true
rubygems: latest
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
capybara (3.36.0)
addressable
Expand All @@ -63,7 +63,7 @@ GEM
xpath (~> 3.2)
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
crack (1.0.0)
bigdecimal
rexml
Expand All @@ -83,7 +83,7 @@ GEM
railties (>= 5.0.0)
faker (2.22.0)
i18n (>= 1.8.11, < 2)
ffi (1.16.3)
ffi (1.17.0)
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.1.0)
Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
newrelic_rpm (9.10.0)
newrelic_rpm (9.10.2)
nio4r (2.7.3)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -179,8 +179,8 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
Expand Down Expand Up @@ -330,4 +330,4 @@ RUBY VERSION
ruby 2.6.10p210

BUNDLED WITH
2.4.21
2.4.22
Loading

0 comments on commit 6d62d77

Please sign in to comment.