Skip to content

Commit

Permalink
Add sprockets-rails to Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jul 3, 2024
1 parent ccfcfe8 commit 010893a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ gemspec
group :test do
gem "rspec-rails"
gem "capybara"
gem "sqlite3", "~> 1.4"
end

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

gem "trestle", github: "TrestleAdmin/trestle"
3 changes: 2 additions & 1 deletion gemfiles/rails-5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ group :test do
gem "rspec-rails", "~> 5.0"

gem "coveralls_reborn", require: false
gem "capybara"

gem "capybara"
gem "sqlite3", "~> 1.3.13"
end

gem "rails", "~> 5.2.0"
gem "sprockets-rails"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
end

gem "rails", "~> 6.0.0"
gem "sprockets-rails"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
end

gem "rails", "~> 6.1.0"
gem "sprockets-rails"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
end

gem "rails", "~> 7.0.0"
gem "sprockets-rails"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
end

gem "rails", "~> 7.1.0"
gem "sprockets-rails"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down

0 comments on commit 010893a

Please sign in to comment.