Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbradford committed Oct 19, 2023
1 parent bf19a52 commit 9011268
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -404,7 +409,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 7.0)
activesupport (~> 7.1)
best_in_place!
brakeman
bundler-audit
Expand All @@ -419,18 +424,18 @@ DEPENDENCIES
guard-rspec
httparty
jquery-rails
jquery-ui-rails
jquery-ui-rails!
letter_opener
letter_opener_web
listen
mail
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
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9011268

Please sign in to comment.