Skip to content

Commit

Permalink
Add rails 7.1 support to dep_shield
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 21, 2024
1 parent e7ef17b commit 07b8145
Show file tree
Hide file tree
Showing 10 changed files with 424 additions and 88 deletions.
2 changes: 1 addition & 1 deletion packages/dep_shield/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ source "https://rubygems.org"
# Specify your gem's dependencies in dep_shield.gemspec
gemspec

gem "nitro_config", path: "../nitro_config"
gem "rails", "<= 7.1.3.3"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "nitro_config", path: "../nitro_config"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
167 changes: 86 additions & 81 deletions packages/dep_shield/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
PATH
remote: ../nitro_config
specs:
nitro_config (0.2.0)
activesupport (>= 6.0.6.1)

PATH
remote: ../rubocop-powerhome
specs:
Expand All @@ -18,71 +24,71 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
actioncable (7.1.3.3)
actionpack (= 7.1.3.3)
activesupport (= 7.1.3.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.3.2)
actionpack (= 7.1.3.2)
activejob (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
actionmailbox (7.1.3.3)
actionpack (= 7.1.3.3)
activejob (= 7.1.3.3)
activerecord (= 7.1.3.3)
activestorage (= 7.1.3.3)
activesupport (= 7.1.3.3)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.3.2)
actionpack (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activesupport (= 7.1.3.2)
actionmailer (7.1.3.3)
actionpack (= 7.1.3.3)
actionview (= 7.1.3.3)
activejob (= 7.1.3.3)
activesupport (= 7.1.3.3)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
actionpack (7.1.3.3)
actionview (= 7.1.3.3)
activesupport (= 7.1.3.3)
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)
actiontext (7.1.3.2)
actionpack (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
actiontext (7.1.3.3)
actionpack (= 7.1.3.3)
activerecord (= 7.1.3.3)
activestorage (= 7.1.3.3)
activesupport (= 7.1.3.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
actionview (7.1.3.3)
activesupport (= 7.1.3.3)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.3.2)
activesupport (= 7.1.3.2)
activejob (7.1.3.3)
activesupport (= 7.1.3.3)
globalid (>= 0.3.6)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
activemodel (7.1.3.3)
activesupport (= 7.1.3.3)
activerecord (7.1.3.3)
activemodel (= 7.1.3.3)
activesupport (= 7.1.3.3)
timeout (>= 0.4.0)
activestorage (7.1.3.2)
actionpack (= 7.1.3.2)
activejob (= 7.1.3.2)
activerecord (= 7.1.3.2)
activesupport (= 7.1.3.2)
activestorage (7.1.3.3)
actionpack (= 7.1.3.3)
activejob (= 7.1.3.3)
activerecord (= 7.1.3.3)
activesupport (= 7.1.3.3)
marcel (~> 1.0)
activesupport (7.1.3.2)
activesupport (7.1.3.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -98,7 +104,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
builder (3.2.4)
combustion (1.4.0)
activesupport (>= 3.0.0)
Expand All @@ -109,16 +115,15 @@ GEM
crass (1.0.6)
date (3.3.4)
diff-lcs (1.5.1)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.11.2)
rdoc
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
license_finder (7.1.0)
Expand All @@ -136,76 +141,76 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
mini_portile2 (2.8.6)
minitest (5.23.0)
mutex_m (0.2.0)
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nitro_config (0.2.0)
activesupport (>= 5.2.8.1)
nokogiri (1.15.5)
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.7.3)
rack (2.2.8.1)
rack-session (1.0.2)
rack (< 3)
racc (1.8.0)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.3.2)
actioncable (= 7.1.3.2)
actionmailbox (= 7.1.3.2)
actionmailer (= 7.1.3.2)
actionpack (= 7.1.3.2)
actiontext (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activemodel (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.3)
actioncable (= 7.1.3.3)
actionmailbox (= 7.1.3.3)
actionmailer (= 7.1.3.3)
actionpack (= 7.1.3.3)
actiontext (= 7.1.3.3)
actionview (= 7.1.3.3)
activejob (= 7.1.3.3)
activemodel (= 7.1.3.3)
activerecord (= 7.1.3.3)
activestorage (= 7.1.3.3)
activesupport (= 7.1.3.3)
bundler (>= 1.15.0)
railties (= 7.1.3.2)
railties (= 7.1.3.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
railties (7.1.3.3)
actionpack (= 7.1.3.3)
activesupport (= 7.1.3.3)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.2)
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -252,7 +257,6 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sentry-ruby (5.16.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -273,7 +277,7 @@ GEM
with_env (1.1.0)
xml-simple (1.1.9)
rexml
zeitwerk (2.6.13)
zeitwerk (2.6.14)

PLATFORMS
arm64-darwin-23
Expand All @@ -284,7 +288,8 @@ DEPENDENCIES
combustion (~> 1.4)
dep_shield!
license_finder (>= 7.0)
rails (<= 7.1.3.2)
nitro_config!
rails (<= 7.1.3.3)
rake (~> 13.0)
rspec (~> 3.0)
rubocop-powerhome!
Expand Down
1 change: 1 addition & 0 deletions packages/dep_shield/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

source "https://rubygems.org"

gem "nitro_config", path: "../../nitro_config"
gem "rails", "6.0.6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
Expand Down
9 changes: 7 additions & 2 deletions packages/dep_shield/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
PATH
remote: ../../nitro_config
specs:
nitro_config (0.2.0)
activesupport (>= 6.0.6.1)

PATH
remote: ../../rubocop-powerhome
specs:
Expand Down Expand Up @@ -124,8 +130,6 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nitro_config (0.2.0)
activesupport (>= 5.2.8.1)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -260,6 +264,7 @@ DEPENDENCIES
combustion (~> 1.4)
dep_shield!
license_finder (>= 7.0)
nitro_config!
rails (= 6.0.6.1)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/dep_shield/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

source "https://rubygems.org"

gem "nitro_config", path: "../../nitro_config"
gem "rails", "6.1.7.7"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
Expand Down
9 changes: 7 additions & 2 deletions packages/dep_shield/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
PATH
remote: ../../nitro_config
specs:
nitro_config (0.2.0)
activesupport (>= 6.0.6.1)

PATH
remote: ../../rubocop-powerhome
specs:
Expand Down Expand Up @@ -128,8 +134,6 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nitro_config (0.2.0)
activesupport (>= 5.2.8.1)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -263,6 +267,7 @@ DEPENDENCIES
combustion (~> 1.4)
dep_shield!
license_finder (>= 7.0)
nitro_config!
rails (= 6.1.7.7)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 1 addition & 0 deletions packages/dep_shield/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

source "https://rubygems.org"

gem "nitro_config", path: "../../nitro_config"
gem "rails", "7.0.8.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
Expand Down
Loading

0 comments on commit 07b8145

Please sign in to comment.