Skip to content

Commit 3ac2c15

Browse files
committed
1 parent cb21ba2 commit 3ac2c15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
33

44
ruby '~> 3.4'
55

6-
gem 'rails', '~> 7.2.0'
6+
gem 'rails', '~> 8.0.0'
77

88
gem 'activerecord-import', '>= 1.0.2'
99
# pod identity requires 3.188.0
@@ -29,9 +29,9 @@ group :development, :test do
2929
gem 'brakeman', require: false
3030
gem 'listen'
3131
gem 'pry-byebug'
32-
gem 'rspec-rails', '~> 6.0'
32+
gem 'rspec-rails', '~> 7.0', '>= 7.0.0'
3333
gem 'rubocop', require: false
34-
gem 'rubocop-rails', '>= 2.19.0', require: false
34+
gem 'rubocop-rails', '>= 2.27.0', require: false
3535
gem 'rubocop-performance', '~> 1.17', require: false
3636
end
3737

@@ -41,7 +41,7 @@ end
4141

4242
group :test do
4343
gem 'bundler-audit', require: false
44-
gem 'factory_bot_rails', '>= 5.2.0'
44+
gem 'factory_bot_rails', '>= 6.5.1'
4545
gem 'rails-controller-testing', '>= 1.0.4'
4646
gem 'rspec_junit_formatter'
4747
gem 'shoulda-matchers', '~> 3.1', '>= 3.1.3', require: false

0 commit comments

Comments
 (0)