diff --git a/.ruby-version b/.ruby-version index 3ad0595ad..34cde5690 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.5 +3.2.6 diff --git a/Gemfile b/Gemfile index 3e5e56f25..89dce6c35 100644 --- a/Gemfile +++ b/Gemfile @@ -6,10 +6,10 @@ ruby File.read('.ruby-version') gem 'rails', '~> 7.0.8' # Use Postgresql as the database for Active Record -gem 'pg', '~>1.2' +gem 'pg', '~>1.3' # Use SQLite to access signs from a Signbank dictionary export -gem 'sqlite3' +gem 'sqlite3', '~> 1.7' gem 'aws-sdk-s3' gem 'bootsnap', '>= 1.1.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0ef19385a..d429dcb56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,13 +264,13 @@ GEM ast (~> 2.4.1) racc percy-capybara (4.3.3) - pg (1.2.3) - pry (0.13.1) + pg (1.5.9) + pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.13.0) + pry (>= 0.13, < 0.15) pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) @@ -407,7 +407,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.5.4) + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) temple (0.8.2) terrapin (0.6.0) @@ -472,7 +472,7 @@ DEPENDENCIES pandoc-ruby paperclip percy-capybara (~> 4.3.2) - pg (~> 1.2) + pg (~> 1.3) pry-byebug pry-rails puma (~> 5.6) @@ -492,14 +492,14 @@ DEPENDENCIES simplecov skylight sprockets-rails - sqlite3 + sqlite3 (~> 1.7) uglifier videojs_rails whenever will_paginate RUBY VERSION - ruby 3.1.5p0 + ruby 3.2.6p234 BUNDLED WITH 2.3.27