Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravel committed Aug 23, 2024
1 parent 755343c commit 261891e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_5.2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec path: ".."

gem "activerecord", "~> 5.2.8.1"
gem "activesupport", "~> 5.2.8.1"
gem "activerecord", "~> 5.2.0"
gem "activesupport", "~> 5.2.0"
gem "mysql2", "~> 0.5.6"
gem "pg", "~> 1.5.7"
gem "sqlite3", "~> 1.4.0"
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec path: ".."

gem "activerecord", "~> 6.0.6.1"
gem "activesupport", "~> 6.0.6.1"
gem "activerecord", "~> 6.0.0"
gem "activesupport", "~> 6.0.0"
gem "mysql2", "~> 0.5.6"
gem "pg", "~> 1.5.7"
gem "sqlite3", "~> 1.4.0"
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec path: ".."

gem "activerecord", "~> 6.1.7.8"
gem "activesupport", "~> 6.1.7.8"
gem "activerecord", "~> 6.1.0"
gem "activesupport", "~> 6.1.0"
gem "mysql2", "~> 0.5.6"
gem "pg", "~> 1.5.7"
gem "sqlite3", "~> 1.4.0"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec path: ".."

gem "activerecord", "~> 7.0.8.4"
gem "activesupport", "~> 7.0.8.4"
gem "activerecord", "~> 7.0.0"
gem "activesupport", "~> 7.0.0"
gem "mysql2", "~> 0.5.6"
gem "pg", "~> 1.5.7"
gem "sqlite3", "~> 1.6.0"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec path: ".."

gem "activerecord", "~> 7.1.3.4"
gem "activesupport", "~> 7.1.3.4"
gem "activerecord", "~> 7.1.0"
gem "activesupport", "~> 7.1.0"
gem "mysql2", "~> 0.5.6"
gem "pg", "~> 1.5.7"
gem "sqlite3", "~> 1.6.0"

0 comments on commit 261891e

Please sign in to comment.