Skip to content

Commit

Permalink
fix: unecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Waishnav committed Aug 21, 2024
1 parent 9275d05 commit 0e7d081
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 1.7.2"
gem "sprockets-rails"
gem "rails", "~> 6.1.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 1.7.2"
gem "sprockets-rails"
gem "rails", "~> 7.0.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 1.7.2"
gem "sprockets-rails"
gem "rails", "~> 7.1.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 2.0"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 2.0"
gem "sprockets-rails"
gem "rails", branch: "main", git: "https://github.com/rails/rails"

gemspec path: "../"

0 comments on commit 0e7d081

Please sign in to comment.