File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
gemspec path : ".."
5
5
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 "
8
8
gem "mysql2" , "~> 0.5.6"
9
9
gem "pg" , "~> 1.5.7"
10
10
gem "sqlite3" , "~> 1.4.0"
Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
gemspec path : ".."
5
5
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 "
8
8
gem "mysql2" , "~> 0.5.6"
9
9
gem "pg" , "~> 1.5.7"
10
10
gem "sqlite3" , "~> 1.4.0"
Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
gemspec path : ".."
5
5
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 "
8
8
gem "mysql2" , "~> 0.5.6"
9
9
gem "pg" , "~> 1.5.7"
10
10
gem "sqlite3" , "~> 1.4.0"
Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
gemspec path : ".."
5
5
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 "
8
8
gem "mysql2" , "~> 0.5.6"
9
9
gem "pg" , "~> 1.5.7"
10
10
gem "sqlite3" , "~> 1.6.0"
Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
gemspec path : ".."
5
5
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 "
8
8
gem "mysql2" , "~> 0.5.6"
9
9
gem "pg" , "~> 1.5.7"
10
10
gem "sqlite3" , "~> 1.6.0"
You can’t perform that action at this time.
0 commit comments