Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Aug 12, 2024
1 parent 79f2332 commit 00e7386
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 164 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
gem 'rgeo', '~> 3.0'
gem 'secure_headers', '~> 6.5'
gem 'secure_headers', '~> 6.7'
gem 'shakapacker', '7.2.3'
gem 'simpleconfig', '~> 2.0'
gem 'simple_form', '~> 5.3'
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
bcrypt (3.1.20)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
bootsnap (1.18.4)
msgpack (~> 1.2)
builder (3.3.0)
bullet (7.2.0)
Expand All @@ -112,15 +112,16 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
character_set (1.8.0)
childprocess (5.0.0)
childprocess (5.1.0)
logger (~> 1.5)
client_side_validations (22.2.0)
js_regex (~> 3.7)
rails (>= 6.1, < 8.0)
client_side_validations-simple_form (16.0.0)
client_side_validations (~> 22.0)
simple_form (~> 5.2)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -218,7 +219,7 @@ GEM
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0702)
mime-types-data (3.2024.0806)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
Expand Down Expand Up @@ -267,8 +268,8 @@ GEM
omniauth (~> 2.0)
orm_adapter (0.5.0)
package_json (0.1.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -346,7 +347,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.3.4)
rexml (3.3.5)
strscan
rgeo (3.0.1)
rgeo-activerecord (7.0.1)
Expand Down Expand Up @@ -380,7 +381,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -394,14 +395,14 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
secure_headers (6.5.0)
secure_headers (6.7.0)
selenium-webdriver (4.23.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -519,7 +520,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
secure_headers (~> 6.5)
secure_headers (~> 6.7)
selenium-webdriver
shakapacker (= 7.2.3)
simple_form (~> 5.3)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jquery": "^3.7.1",
"jquery-ujs": "^1.2.3",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
Expand Down Expand Up @@ -64,7 +64,7 @@
"stylelint": "^16.8.1",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.4.1",
"stylelint-scss": "^6.5.0",
"stylelint-webpack-plugin": "^5.0.1",
"webpack-dev-server": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 00e7386

Please sign in to comment.