Skip to content

Commit

Permalink
Add sprockets-rails to CI Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jun 26, 2024
1 parent b60e66f commit 4ac83a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails-5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
end

gem "rails", "~> 5.2.0"

gem "sprockets-rails"
gem "sqlite3", "~> 1.3.13"
gem "devise"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
end

gem "rails", "~> 6.0.0"

gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "devise"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
end

gem "rails", "~> 6.1.0"

gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "devise"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
end

gem "rails", "~> 7.0.0"

gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "devise"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
end

gem "rails", "~> 7.1.0"

gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "devise"

Expand Down

0 comments on commit 4ac83a3

Please sign in to comment.