Skip to content

Commit

Permalink
More dependency updates (#2840)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored May 14, 2024
1 parent 8e26b64 commit f9947de
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-moons-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Update Rails dependency versions
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gemspec
rails_version = (ENV["RAILS_VERSION"] || "7.1.1").to_s
rails_version = (ENV["RAILS_VERSION"] || "7.1.3.2").to_s

gem "rack-cors"
gem "rake", "~> 13.2"
Expand Down
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,25 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.1)
actionview (= 7.1.1)
activesupport (= 7.1.1)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.1)
activesupport (= 7.1.1)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.1)
activesupport (= 7.1.1)
activesupport (7.1.1)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -176,9 +177,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -193,7 +194,7 @@ GEM
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.1)
reline (0.5.6)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.6)
rouge (4.2.1)
Expand Down Expand Up @@ -281,16 +282,16 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.6.13)
zeitwerk (2.6.14)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
actionview (= 7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
actionview (= 7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
allocation_stats (~> 0.1)
benchmark-ips (~> 2.13.0)
bootsnap (>= 1.4.2)
Expand All @@ -308,7 +309,7 @@ DEPENDENCIES
pry
puma (~> 6.4.2)
rack-cors
railties (= 7.1.1)
railties (= 7.1.3.2)
rake (~> 13.2)
rubocop
rubocop-github (~> 0.20.0)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

rails_version = (ENV["RAILS_VERSION"] || "7.1.1").to_s
rails_version = (ENV["RAILS_VERSION"] || "7.1.3.2").to_s

gem "rake", "~> 13.2"
gem "rack-cors"
Expand Down
45 changes: 23 additions & 22 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,34 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
actioncable (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionpack (7.1.1)
actionview (= 7.1.1)
activesupport (= 7.1.1)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.1)
activesupport (= 7.1.1)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.1)
activesupport (= 7.1.1)
activejob (7.1.3.2)
activesupport (= 7.1.3.2)
globalid (>= 0.3.6)
activemodel (7.1.1)
activesupport (= 7.1.1)
activesupport (7.1.1)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -277,9 +278,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -293,7 +294,7 @@ GEM
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
redcarpet (3.6.0)
reline (0.5.6)
reline (0.5.7)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -351,10 +352,10 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actioncable (= 7.1.1)
actionview (= 7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
actioncable (= 7.1.3.2)
actionview (= 7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
bootsnap (>= 1.4.2)
foreman
hotwire-livereload (~> 1.4)
Expand All @@ -369,7 +370,7 @@ DEPENDENCIES
pry-byebug
puma (~> 6.4.2)
rack-cors
railties (= 7.1.1)
railties (= 7.1.3.2)
rake (~> 13.2)
spring (~> 4.2)
spring-watcher-listen (~> 2.1)
Expand Down

0 comments on commit f9947de

Please sign in to comment.