diff --git a/.ruby-version b/.ruby-version index 0aec50e..3ad0595 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.1.5 diff --git a/Gemfile b/Gemfile index 00088ae..1f4ca23 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ end git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.4" +ruby "3.1.5" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.7" @@ -113,8 +113,4 @@ group :development, :test do gem "rspec-rails" gem "simplecov-cobertura", require: false gem "webmock" - gem "pry-byebug" end - -# Temporary security fix until new Ruby release -gem "uri", "~> 0.10.3" diff --git a/Gemfile.lock b/Gemfile.lock index b193146..aa7df0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,6 +112,7 @@ GEM awesome_print (1.9.2) base64 (0.2.0) bcrypt (3.1.20) + bigdecimal (3.1.7) bindex (0.8.1) bootsnap (1.13.0) msgpack (~> 1.2) @@ -126,7 +127,6 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - byebug (9.1.0) capybara (3.39.2) addressable matrix @@ -136,7 +136,6 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - coderay (1.1.2) concurrent-ruby (1.2.3) connection_pool (2.4.1) countries (3.0.1) @@ -295,7 +294,8 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - oj (3.7.12) + oj (3.16.3) + bigdecimal (>= 3.0) oj_mimic_json (1.0.1) omniauth (2.1.1) hashie (>= 3.4.6) @@ -315,12 +315,6 @@ GEM ast (~> 2.4.1) racc pg (1.2.3) - pry (0.11.3) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - pry-byebug (3.5.1) - byebug (~> 9.1) - pry (~> 0.10) public_suffix (4.0.6) puma (5.6.8) nio4r (~> 2.0) @@ -507,7 +501,6 @@ GEM unf_ext (0.0.7.7) unicode-display_width (2.5.0) unicode_utils (1.4.0) - uri (0.10.3) version_gem (1.1.3) warden (1.2.9) rack (>= 2.0.9) @@ -563,7 +556,6 @@ DEPENDENCIES omniauth-rails_csrf_protection ougai (~> 1.7) pg - pry-byebug puma (~> 5.0) rack-cors rails (~> 7.0.7) @@ -584,12 +576,11 @@ DEPENDENCIES strip_attributes (~> 1.11) turbo-rails tzinfo-data - uri (~> 0.10.3) web-console webmock RUBY VERSION - ruby 3.1.4p223 + ruby 3.1.5p252 BUNDLED WITH 2.3.11