Skip to content

Commit

Permalink
Update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 1, 2024
1 parent 1877463 commit a788be3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/rails_7.0.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ gem "guard-rspec"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "rubocop-rspec_rails"
gem "simplecov"
gem "sqlite3", "~> 1.5.0"
gem "rails", "7.0.8"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7.1.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ gem "guard-rspec"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "rubocop-rspec_rails"
gem "simplecov"
gem "sqlite3", "~> 1.5.0"
gem "rails", "7.1.3"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7.2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ gem "guard-rspec"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "rubocop-rspec_rails"
gem "simplecov"
gem "sqlite3", "~> 1.5.0"
gem "rails", "7.2.0"
Expand Down

0 comments on commit a788be3

Please sign in to comment.