Bump to Rails 7.1.3.2 and all dependencies #14
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", "7.1.3.2"
|
gem "rails", "7.1.3.2"
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
gem "sqlite3"
|
gem "sqlite3", "< 2"
|
||||||
gem "puma"
|
gem "puma"
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
gem "turbo-rails"
|
gem "turbo-rails"
|
||||||
|
|
|
@ -232,8 +232,8 @@ GEM
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (2.0.1-arm64-darwin)
|
sqlite3 (1.7.3-arm64-darwin)
|
||||||
sqlite3 (2.0.1-x86_64-linux-gnu)
|
sqlite3 (1.7.3-x86_64-linux)
|
||||||
standard (1.35.1)
|
standard (1.35.1)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.0)
|
lint_roller (~> 1.0)
|
||||||
|
@ -294,7 +294,7 @@ DEPENDENCIES
|
||||||
rails (= 7.1.3.2)
|
rails (= 7.1.3.2)
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
sqlite3
|
sqlite3 (< 2)
|
||||||
standard
|
standard
|
||||||
stimulus-rails
|
stimulus-rails
|
||||||
tailwindcss-rails (~> 2.0)
|
tailwindcss-rails (~> 2.0)
|
||||||
|
|
Loading…
Reference in a new issue