Skip to content

Commit

Permalink
Keep dres stack up-to-date as well
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Fiedler <[email protected]>
  • Loading branch information
mostlyobvious and fidel committed Jun 12, 2024
1 parent c30f501 commit cc8c8b6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
18 changes: 11 additions & 7 deletions contrib/dres_client/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bigdecimal (3.1.8)
closed_struct (1.0.0)
concurrent-ruby (1.3.3)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
equalizer (0.0.11)
hashdiff (1.0.1)
minitest (5.22.3)
hashdiff (1.1.0)
minitest (5.23.1)
mutant (0.12.0)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
Expand All @@ -39,11 +41,12 @@ GEM
parser (3.3.3.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
public_suffix (5.0.5)
racc (1.8.0)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.6)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -58,10 +61,11 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
sorbet-runtime (0.5.11429)
strscan (3.1.0)
unparser (0.6.14)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
webmock (3.19.1)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
20 changes: 10 additions & 10 deletions contrib/dres_rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.3.0)
capybara (3.39.2)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
Expand Down Expand Up @@ -188,7 +188,7 @@ GEM
pg (1.5.6)
psych (5.1.2)
stringio
public_suffix (5.0.3)
public_suffix (5.0.5)
racc (1.8.0)
rack (3.1.3)
rack-session (2.0.0)
Expand Down Expand Up @@ -245,19 +245,19 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.0.3)
rspec-rails (6.1.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
sorbet-runtime (0.5.11429)
stringio (3.1.0)
thor (1.3.1)
timecop (0.9.8)
timecop (0.9.9)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit cc8c8b6

Please sign in to comment.