Skip to content

Commit 261891e

Browse files
committed
Cleanup
1 parent 755343c commit 261891e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

gemfiles/rails_5.2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec path: ".."
55

6-
gem "activerecord", "~> 5.2.8.1"
7-
gem "activesupport", "~> 5.2.8.1"
6+
gem "activerecord", "~> 5.2.0"
7+
gem "activesupport", "~> 5.2.0"
88
gem "mysql2", "~> 0.5.6"
99
gem "pg", "~> 1.5.7"
1010
gem "sqlite3", "~> 1.4.0"

gemfiles/rails_6.0.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec path: ".."
55

6-
gem "activerecord", "~> 6.0.6.1"
7-
gem "activesupport", "~> 6.0.6.1"
6+
gem "activerecord", "~> 6.0.0"
7+
gem "activesupport", "~> 6.0.0"
88
gem "mysql2", "~> 0.5.6"
99
gem "pg", "~> 1.5.7"
1010
gem "sqlite3", "~> 1.4.0"

gemfiles/rails_6.1.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec path: ".."
55

6-
gem "activerecord", "~> 6.1.7.8"
7-
gem "activesupport", "~> 6.1.7.8"
6+
gem "activerecord", "~> 6.1.0"
7+
gem "activesupport", "~> 6.1.0"
88
gem "mysql2", "~> 0.5.6"
99
gem "pg", "~> 1.5.7"
1010
gem "sqlite3", "~> 1.4.0"

gemfiles/rails_7.0.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec path: ".."
55

6-
gem "activerecord", "~> 7.0.8.4"
7-
gem "activesupport", "~> 7.0.8.4"
6+
gem "activerecord", "~> 7.0.0"
7+
gem "activesupport", "~> 7.0.0"
88
gem "mysql2", "~> 0.5.6"
99
gem "pg", "~> 1.5.7"
1010
gem "sqlite3", "~> 1.6.0"

gemfiles/rails_7.1.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec path: ".."
55

6-
gem "activerecord", "~> 7.1.3.4"
7-
gem "activesupport", "~> 7.1.3.4"
6+
gem "activerecord", "~> 7.1.0"
7+
gem "activesupport", "~> 7.1.0"
88
gem "mysql2", "~> 0.5.6"
99
gem "pg", "~> 1.5.7"
1010
gem "sqlite3", "~> 1.6.0"

0 commit comments

Comments
 (0)