Browse Source

Update rails version (#2706)

pull/2695/head^2
kosiakkatrina 2 months ago committed by GitHub
parent
commit
2475215e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Gemfile
  2. 128
      Gemfile.lock

2
Gemfile

@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.4" ruby "3.1.4"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.0.8.3" gem "rails", "~> 7.0.8.5"
# Use postgresql as the database for Active Record # Use postgresql as the database for Active Record
gem "pg", "~> 1.1" gem "pg", "~> 1.1"
# Use Puma as the app server # Use Puma as the app server

128
Gemfile.lock

@ -1,71 +1,71 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.8.4) actioncable (7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.8.4) actionmailbox (7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
activejob (= 7.0.8.4) activejob (= 7.0.8.5)
activerecord (= 7.0.8.4) activerecord (= 7.0.8.5)
activestorage (= 7.0.8.4) activestorage (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.8.4) actionmailer (7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
actionview (= 7.0.8.4) actionview (= 7.0.8.5)
activejob (= 7.0.8.4) activejob (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.8.4) actionpack (7.0.8.5)
actionview (= 7.0.8.4) actionview (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
rack (~> 2.0, >= 2.2.4) rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.8.4) actiontext (7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
activerecord (= 7.0.8.4) activerecord (= 7.0.8.5)
activestorage (= 7.0.8.4) activestorage (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.8.4) actionview (7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.8.4) activejob (7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.8.4) activemodel (7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (7.0.8.4) activerecord (7.0.8.5)
activemodel (= 7.0.8.4) activemodel (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
activestorage (7.0.8.4) activestorage (7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
activejob (= 7.0.8.4) activejob (= 7.0.8.5)
activerecord (= 7.0.8.4) activerecord (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.8.4) activesupport (7.0.8.5)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -218,7 +218,7 @@ GEM
hashdiff (1.1.0) hashdiff (1.1.0)
html-attributes-utils (1.0.2) html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4) activesupport (>= 6.1.4.4)
i18n (1.14.5) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
ice_nine (0.11.2) ice_nine (0.11.2)
iniparse (1.5.0) iniparse (1.5.0)
@ -258,13 +258,13 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.1.0) method_source (1.1.0)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.24.1) minitest (5.25.1)
msgpack (1.7.2) msgpack (1.7.2)
multipart-post (2.4.1) multipart-post (2.4.1)
nested_form (0.3.2) nested_form (0.3.2)
net-http (0.4.1) net-http (0.4.1)
uri uri
net-imap (0.4.14) net-imap (0.4.17)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@ -274,11 +274,11 @@ GEM
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.3) nio4r (2.7.3)
nokogiri (1.16.6-arm64-darwin) nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin) nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux) nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
notifications-ruby-client (6.0.0) notifications-ruby-client (6.0.0)
jwt (>= 1.5, < 3) jwt (>= 1.5, < 3)
@ -319,28 +319,28 @@ GEM
pundit (2.3.1) pundit (2.3.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.8.0) racc (1.8.1)
rack (2.2.9) rack (2.2.10)
rack-attack (6.7.0) rack-attack (6.7.0)
rack (>= 1.0, < 4) rack (>= 1.0, < 4)
rack-mini-profiler (2.3.4) rack-mini-profiler (2.3.4)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.8.4) rails (7.0.8.5)
actioncable (= 7.0.8.4) actioncable (= 7.0.8.5)
actionmailbox (= 7.0.8.4) actionmailbox (= 7.0.8.5)
actionmailer (= 7.0.8.4) actionmailer (= 7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
actiontext (= 7.0.8.4) actiontext (= 7.0.8.5)
actionview (= 7.0.8.4) actionview (= 7.0.8.5)
activejob (= 7.0.8.4) activejob (= 7.0.8.5)
activemodel (= 7.0.8.4) activemodel (= 7.0.8.5)
activerecord (= 7.0.8.4) activerecord (= 7.0.8.5)
activestorage (= 7.0.8.4) activestorage (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.8.4) railties (= 7.0.8.5)
rails-dom-testing (2.2.0) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
@ -354,9 +354,9 @@ GEM
nested_form (~> 0.3) nested_form (~> 0.3)
rails (>= 6.0, < 8) rails (>= 6.0, < 8)
turbo-rails (~> 1.0) turbo-rails (~> 1.0)
railties (7.0.8.4) railties (7.0.8.5)
actionpack (= 7.0.8.4) actionpack (= 7.0.8.5)
activesupport (= 7.0.8.4) activesupport (= 7.0.8.5)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -464,7 +464,7 @@ GEM
stimulus-rails (1.3.3) stimulus-rails (1.3.3)
railties (>= 6.0.0) railties (>= 6.0.0)
strscan (3.1.0) strscan (3.1.0)
thor (1.3.1) thor (1.3.2)
thread_safe (0.3.6) thread_safe (0.3.6)
timecop (0.9.8) timecop (0.9.8)
timeout (0.4.1) timeout (0.4.1)
@ -504,7 +504,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.16) zeitwerk (2.6.18)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin-21
@ -555,7 +555,7 @@ DEPENDENCIES
rack (>= 2.2.6.3) rack (>= 2.2.6.3)
rack-attack rack-attack
rack-mini-profiler (~> 2.0) rack-mini-profiler (~> 2.0)
rails (~> 7.0.8.3) rails (~> 7.0.8.5)
rails_admin (~> 3.1) rails_admin (~> 3.1)
redcarpet (~> 3.6) redcarpet (~> 3.6)
redis (~> 4.8) redis (~> 4.8)

Loading…
Cancel
Save