diff --git a/Gemfile b/Gemfile index e0b4740e1..f32aa454f 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'pg' gem 'puma' gem 'rack', '~> 2.2' gem 'rack-cache' -gem 'rails', '7.2.0.rc1' +gem 'rails', '~> 7.2.0' gem 'rbzip2' # Use Redis for Action Cable gem 'redis' diff --git a/Gemfile.lock b/Gemfile.lock index f6cdff0e8..10e365c0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,29 +32,29 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.2.0.rc1) - actionpack (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + actioncable (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.0.rc1) - actionpack (= 7.2.0.rc1) - activejob (= 7.2.0.rc1) - activerecord (= 7.2.0.rc1) - activestorage (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + actionmailbox (7.2.0) + actionpack (= 7.2.0) + activejob (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) mail (>= 2.8.0) - actionmailer (7.2.0.rc1) - actionpack (= 7.2.0.rc1) - actionview (= 7.2.0.rc1) - activejob (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + actionmailer (7.2.0) + actionpack (= 7.2.0) + actionview (= 7.2.0) + activejob (= 7.2.0) + activesupport (= 7.2.0) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.2.0.rc1) - actionview (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + actionpack (7.2.0) + actionview (= 7.2.0) + activesupport (= 7.2.0) nokogiri (>= 1.8.5) racc rack (>= 2.2.4, < 3.2) @@ -63,39 +63,39 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (7.2.0.rc1) - actionpack (= 7.2.0.rc1) - activerecord (= 7.2.0.rc1) - activestorage (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + actiontext (7.2.0) + actionpack (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.0.rc1) - activesupport (= 7.2.0.rc1) + actionview (7.2.0) + activesupport (= 7.2.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.0.rc1) - activesupport (= 7.2.0.rc1) + activejob (7.2.0) + activesupport (= 7.2.0) globalid (>= 0.3.6) - activemodel (7.2.0.rc1) - activesupport (= 7.2.0.rc1) + activemodel (7.2.0) + activesupport (= 7.2.0) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (7.2.0.rc1) - activemodel (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + activerecord (7.2.0) + activemodel (= 7.2.0) + activesupport (= 7.2.0) timeout (>= 0.4.0) - activestorage (7.2.0.rc1) - actionpack (= 7.2.0.rc1) - activejob (= 7.2.0.rc1) - activerecord (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + activestorage (7.2.0) + actionpack (= 7.2.0) + activejob (= 7.2.0) + activerecord (= 7.2.0) + activesupport (= 7.2.0) marcel (~> 1.0) - activesupport (7.2.0.rc1) + activesupport (7.2.0) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -531,20 +531,20 @@ GEM rackup (1.0.0) rack (< 3) webrick - rails (7.2.0.rc1) - actioncable (= 7.2.0.rc1) - actionmailbox (= 7.2.0.rc1) - actionmailer (= 7.2.0.rc1) - actionpack (= 7.2.0.rc1) - actiontext (= 7.2.0.rc1) - actionview (= 7.2.0.rc1) - activejob (= 7.2.0.rc1) - activemodel (= 7.2.0.rc1) - activerecord (= 7.2.0.rc1) - activestorage (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + rails (7.2.0) + actioncable (= 7.2.0) + actionmailbox (= 7.2.0) + actionmailer (= 7.2.0) + actionpack (= 7.2.0) + actiontext (= 7.2.0) + actionview (= 7.2.0) + activejob (= 7.2.0) + activemodel (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) bundler (>= 1.15.0) - railties (= 7.2.0.rc1) + railties (= 7.2.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -556,9 +556,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.2.0.rc1) - actionpack (= 7.2.0.rc1) - activesupport (= 7.2.0.rc1) + railties (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -609,7 +609,7 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.3.4) + rexml (3.3.5) strscan rouge (4.3.0) rspec-activemodel-mocks (1.2.0) @@ -898,7 +898,7 @@ DEPENDENCIES puma rack (~> 2.2) rack-cache - rails (= 7.2.0.rc1) + rails (~> 7.2.0) rails-controller-testing rbzip2 redis