Skip to content

Commit 965f80f

Browse files
⬆️ Upgrade Ruby on Rails packages to v8
1 parent 0a71d1b commit 965f80f

2 files changed

Lines changed: 102 additions & 102 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55
# Specify your gem's dependencies in captive-sdk.gemspec.
66
gemspec
77

8-
gem "rails", "~> 7.1.0"
8+
gem "rails", "~> 8.1.0"
99
gem "puma", "~> 6.6.0"
1010

1111
gem "sqlite3", "~> 1.7.0"
@@ -24,7 +24,7 @@ end
2424
group :test do
2525
gem "rspec", "~> 3.13.0"
2626
gem "rspec-mocks", "~> 3.13.0"
27-
gem "rspec-rails", "~> 6.1.0"
27+
gem "rspec-rails", "~> 8.0.0"
2828
gem "factory_bot_rails", "~> 6.5.0"
2929
gem "webmock", "~> 3.25.0"
3030
gem "shoulda-matchers", "~> 6.5.0"

0 commit comments

Comments
 (0)