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 b399f13 commit 2bd13e1
Show file tree
Hide file tree
Showing 10 changed files with 339 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep_shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
package: ${{ github.workflow }}
workdir: "packages/${{ github.workflow }}"
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile','gemfiles/rails_7_0.gemfile']"
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile','gemfiles/rails_7_0.gemfile','gemfiles/rails_7_1.gemfile']"
ruby: '["3.0","3.1","3.2","3.3"]'
exclude: |-
[
Expand Down
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"
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
9 changes: 7 additions & 2 deletions packages/dep_shield/gemfiles/rails_7_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 @@ -134,8 +140,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 @@ -262,6 +266,7 @@ DEPENDENCIES
combustion (~> 1.4)
dep_shield!
license_finder (>= 7.0)
nitro_config!
rails (= 7.0.8.1)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
13 changes: 13 additions & 0 deletions packages/dep_shield/gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "nitro_config", path: "../../nitro_config"
gem "rails", "7.1.3.3"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"

gemspec path: "../"
Loading

0 comments on commit 2bd13e1

Please sign in to comment.