Skip to content

Commit 5819d23

Browse files
committed
Add the missing gemfiles matrix directory
1 parent 9656b4b commit 5819d23

5 files changed

Lines changed: 24 additions & 0 deletions

File tree

gemfiles/rails6.gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "rails", "~> 6.0"
4+
5+
gemspec path: ".."

gemfiles/rails7.gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "rails", "~> 7.0"
4+
5+
gemspec path: ".."

gemfiles/rails8.gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "rails", "~> 8.0"
4+
5+
gemspec path: ".."

gemfiles/railsmaster.gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "rails", github: "rails/rails"
4+
5+
gemspec path: ".."

gemfiles/rubocop.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source "https://rubygems.org" do
2+
gem "rubocop-md", "~> 1.0"
3+
gem "standard", "~> 1.0"
4+
end

0 commit comments

Comments
 (0)