File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264
4
+
3
5
gem 'activemodel', '~> 5.0'
4
6
gem 'rake'
5
7
gem 'rspec', '~> 3.0'
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264
4
+
3
5
gem 'activemodel', '~> 6.0'
4
6
gem 'rake'
5
7
gem 'rspec', '~> 3.0'
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264
4
+
3
5
gem 'activemodel', '~> 7.0'
4
6
gem 'rake'
5
7
gem 'rspec', '~> 3.0'
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'concurrent-ruby', '< 1.3.5' # https://github.com/rails/rails/pull/54264
4
+
3
5
gem 'activemodel', '~> 8.0'
4
6
gem 'rake'
5
7
gem 'rspec', '~> 3.13'
You can’t perform that action at this time.
0 commit comments