Skip to content

Commit

Permalink
[WIP] Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Oct 10, 2023
1 parent 6713fc1 commit 6f0930b
Show file tree
Hide file tree
Showing 18 changed files with 217 additions and 125 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1.0"
gem "rails-i18n", "~> 7.0"

gem "aws-sdk-s3", "~> 1.119"
Expand Down Expand Up @@ -32,7 +32,7 @@ gem "rack", "~> 2.2"
gem "rack-utf8_sanitizer", "~> 1.8"
gem "rbtrace", "~> 0.4.8"
gem "rdoc", "~> 6.5"
gem "roadie-rails", "~> 3.0"
gem "roadie-rails", "~> 3.0", git: "https://github.com/Mange/roadie-rails.git", ref: "a13712c32f68aacf425c8dbe552abc5ddd74b4e5"
gem "ruby-magic", "~> 0.6"
gem "shoryuken", "~> 4.0", require: false
gem "statsd-instrument", "~> 3.5"
Expand Down Expand Up @@ -63,7 +63,7 @@ gem "groupdate", "~> 6.2"

# Logging
gem "amazing_print", "~> 1.4"
gem "rails_semantic_logger", "~> 4.11"
gem "rails_semantic_logger", "~> 4.11", git: "https://github.com/reidmorrison/rails_semantic_logger", ref: "2473acbf10a5e3a2d53c940715b9e2215f4ec179"

group :assets do
gem "dartsass-sprockets", "~> 3.0"
Expand Down Expand Up @@ -108,6 +108,5 @@ group :test do
gem "simplecov-cobertura", "~> 2.1", require: false
gem "aggregate_assertions", "~> 0.2.0"
gem "minitest-gcstats", "~> 1.3"
gem "minitest-profile", "~> 0.0.2"
gem "minitest-reporters", "~> 1.6"
end
205 changes: 121 additions & 84 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,73 +1,100 @@
GIT
remote: https://github.com/Mange/roadie-rails.git
revision: a13712c32f68aacf425c8dbe552abc5ddd74b4e5
ref: a13712c32f68aacf425c8dbe552abc5ddd74b4e5
specs:
roadie-rails (3.0.0)
railties (>= 5.1)
roadie (~> 5.0)

GIT
remote: https://github.com/reidmorrison/rails_semantic_logger
revision: 2473acbf10a5e3a2d53c940715b9e2215f4ec179
ref: 2473acbf10a5e3a2d53c940715b9e2215f4ec179
specs:
rails_semantic_logger (4.12.0)
rack
railties (>= 5.1)
semantic_logger (~> 4.13)

GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
actioncable (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.8)
actionpack (= 7.0.8)
activejob (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
zeitwerk (~> 2.6)
actionmailbox (7.1.0)
actionpack (= 7.1.0)
activejob (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.8)
actionpack (= 7.0.8)
actionview (= 7.0.8)
activejob (= 7.0.8)
activesupport (= 7.0.8)
actionmailer (7.1.0)
actionpack (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activesupport (= 7.1.0)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.8)
actionview (= 7.0.8)
activesupport (= 7.0.8)
rack (~> 2.0, >= 2.2.4)
rails-dom-testing (~> 2.2)
actionpack (7.1.0)
actionview (= 7.1.0)
activesupport (= 7.1.0)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.8)
actionpack (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.0)
actionpack (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.8)
activesupport (= 7.0.8)
actionview (7.1.0)
activesupport (= 7.1.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_link_to (1.0.5)
actionpack
addressable
activejob (7.0.8)
activesupport (= 7.0.8)
activejob (7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.3.6)
activemodel (7.0.8)
activesupport (= 7.0.8)
activerecord (7.0.8)
activemodel (= 7.0.8)
activesupport (= 7.0.8)
activestorage (7.0.8)
actionpack (= 7.0.8)
activejob (= 7.0.8)
activerecord (= 7.0.8)
activesupport (= 7.0.8)
activemodel (7.1.0)
activesupport (= 7.1.0)
activerecord (7.1.0)
activemodel (= 7.1.0)
activesupport (= 7.1.0)
timeout (>= 0.4.0)
activestorage (7.1.0)
actionpack (= 7.1.0)
activejob (= 7.1.0)
activerecord (= 7.1.0)
activesupport (= 7.1.0)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.8)
activesupport (7.1.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
Expand Down Expand Up @@ -118,8 +145,10 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
bcrypt (3.1.19)
benchmark-ips (2.12.0)
bigdecimal (3.1.4)
bindata (2.4.15)
bitarray (1.2.0)
bloomer (1.0.0)
Expand Down Expand Up @@ -155,13 +184,14 @@ GEM
coderay (1.1.3)
compact_index (0.14.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
cose (1.3.0)
cbor (~> 0.5.9)
openssl-signature_algorithm (~> 1.0)
crack (0.4.5)
rexml
crass (1.0.6)
css_parser (1.11.0)
css_parser (1.16.0)
addressable
dalli (3.2.6)
dartsass-ruby (3.0.1)
Expand Down Expand Up @@ -203,6 +233,8 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.1.1)
ruby2_keywords
dry-initializer (3.1.1)
email_validator (2.2.3)
activemodel
Expand Down Expand Up @@ -287,6 +319,10 @@ GEM
inline_svg (1.9.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.6.0)
irb (1.8.1)
rdoc
reline (>= 0.3.8)
jmespath (1.6.2)
job-iteration (1.4.1)
activejob (>= 5.2)
Expand Down Expand Up @@ -357,16 +393,15 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
memory_profiler (1.0.1)
meta-tags (2.18.0)
actionpack (>= 3.2.0, < 7.1)
meta-tags (2.19.0)
actionpack (>= 3.2.0, < 7.2)
method_source (1.0.0)
mini_histogram (0.3.1)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
minitest-gcstats (1.3.0)
minitest (~> 5.0)
minitest-profile (0.0.2)
minitest-reporters (1.6.1)
ansi
builder
Expand All @@ -378,14 +413,15 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
net-imap (0.3.7)
mutex_m (0.1.2)
net-imap (0.4.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
Expand Down Expand Up @@ -470,24 +506,29 @@ GEM
rack (>= 2.1.0)
rack-protection (3.0.5)
rack
rack-session (1.0.1)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rack-utf8_sanitizer (1.9.1)
rack (>= 1.0, < 4.0)
rails (7.0.8)
actioncable (= 7.0.8)
actionmailbox (= 7.0.8)
actionmailer (= 7.0.8)
actionpack (= 7.0.8)
actiontext (= 7.0.8)
actionview (= 7.0.8)
activejob (= 7.0.8)
activemodel (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.0)
actioncable (= 7.1.0)
actionmailbox (= 7.1.0)
actionmailer (= 7.1.0)
actionpack (= 7.1.0)
actiontext (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activemodel (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
bundler (>= 1.15.0)
railties (= 7.0.8)
railties (= 7.1.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand All @@ -507,17 +548,14 @@ GEM
rails-i18n (7.0.8)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_semantic_logger (4.12.0)
rack
railties (>= 5.1)
semantic_logger (~> 4.13)
railties (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
method_source
railties (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
Expand All @@ -530,13 +568,12 @@ GEM
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.6)
roadie (5.0.0)
roadie (5.2.0)
css_parser (~> 1.4)
nokogiri (~> 1.8)
roadie-rails (3.0.0)
railties (>= 5.1, < 7.1)
roadie (~> 5.0)
nokogiri (~> 1.15)
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
Expand Down Expand Up @@ -589,7 +626,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic (1.6.1)
semantic_logger (4.13.0)
semantic_logger (4.14.0)
concurrent-ruby (~> 1.0)
shoryuken (4.0.3)
aws-sdk-core (>= 2)
Expand Down Expand Up @@ -680,6 +717,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -736,7 +774,6 @@ DEPENDENCIES
memory_profiler (~> 1.0)
minitest (~> 5.18)
minitest-gcstats (~> 1.3)
minitest-profile (~> 0.0.2)
minitest-reporters (~> 1.6)
mocha (~> 2.0)
octokit (~> 6.1)
Expand All @@ -754,14 +791,14 @@ DEPENDENCIES
rack-attack (~> 6.6)
rack-test (~> 2.1)
rack-utf8_sanitizer (~> 1.8)
rails (~> 7.0.0)
rails (~> 7.1.0)
rails-controller-testing (~> 1.0)
rails-erd (~> 1.7)
rails-i18n (~> 7.0)
rails_semantic_logger (~> 4.11)
rails_semantic_logger (~> 4.11)!
rbtrace (~> 0.4.8)
rdoc (~> 6.5)
roadie-rails (~> 3.0)
roadie-rails (~> 3.0)!
rotp (~> 6.2)
rqrcode (~> 2.1)
rubocop (~> 1.48)
Expand Down
Loading

0 comments on commit 6f0930b

Please sign in to comment.