diff --git a/Gemfile b/Gemfile index cdc09e5..c90228d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,13 @@ source "https://rubygems.org" -gem "rails", "~> 7.0" -gem "railties", "~> 7.0" -gem "activesupport", "~> 7.0" +gem "rails", "~> 7.1" +gem "railties", "~> 7.1" +gem "activesupport", "~> 7.1" gem "pg" gem "sassc-rails" gem "coffee-rails" gem "jquery-rails" -gem "jquery-ui-rails" +gem "jquery-ui-rails", github: "jquery-ui-rails/jquery-ui-rails" gem "rails-ujs" gem "uglifier" gem "turbolinks" diff --git a/Gemfile.lock b/Gemfile.lock index 63445a9..3debe73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/jquery-ui-rails/jquery-ui-rails.git + revision: c7460b447589eb04aa948ecaf0d1245c88f6ff45 + specs: + jquery-ui-rails (7.0.0) + railties (>= 3.2.16) + GIT remote: https://github.com/mmotherwell/best_in_place revision: 88eb3052623a9a6cd346864d2aca05021c2f80d0 @@ -94,7 +101,7 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - capistrano (3.17.3) + capistrano (3.18.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -164,15 +171,13 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) - irb (1.8.1) + irb (1.8.3) rdoc reline (>= 0.3.8) jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jquery-ui-rails (6.0.1) - railties (>= 3.2.16) json (2.6.3) language_server-protocol (3.17.0.3) launchy (2.5.2) @@ -232,7 +237,7 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - psych (5.1.1) + psych (5.1.1.1) stringio public_suffix (5.0.3) puma (6.4.0) @@ -376,7 +381,7 @@ GEM stringio (3.0.8) terser (1.1.18) execjs (>= 0.3.0, < 3) - thor (1.2.2) + thor (1.3.0) tilt (2.3.0) timeout (0.4.0) turbolinks (5.2.1) @@ -404,7 +409,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0) + activesupport (~> 7.1) best_in_place! brakeman bundler-audit @@ -419,7 +424,7 @@ DEPENDENCIES guard-rspec httparty jquery-rails - jquery-ui-rails + jquery-ui-rails! letter_opener letter_opener_web listen @@ -427,10 +432,10 @@ DEPENDENCIES pg pry-rails puma - rails (~> 7.0) + rails (~> 7.1) rails-controller-testing rails-ujs - railties (~> 7.0) + railties (~> 7.1) render_async rspec-rails sassc-rails diff --git a/config/application.rb b/config/application.rb index 66cedf0..d038ebf 100644 --- a/config/application.rb +++ b/config/application.rb @@ -9,7 +9,7 @@ module SoilsAgWx class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 7.0 + config.load_defaults 7.1 # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded.