Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump audited from 5.0.2 to 5.4.2 #3191

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'activeresource'
gem 'activerecord-session_store' # Check usage
gem 'acts_as_list', git: 'https://github.com/swanandp/acts_as_list.git'
gem 'acts-as-taggable-on', git: 'https://github.com/Fodoj/acts-as-taggable-on.git', branch: 'rails-5.2' # Consider updating to https://github.com/mbleigh/acts-as-taggable-on
gem 'audited', '~> 5.0'
gem 'audited', '~> 5.4'
gem 'axlsx', git: 'https://github.com/randym/axlsx', branch: 'master'
gem 'axlsx_rails'
gem 'babel-transpiler'
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ GEM
gyoku (>= 0.4.0)
nokogiri
arel (9.0.0)
audited (5.0.2)
activerecord (>= 5.0, < 7.1)
audited (5.4.2)
activerecord (>= 5.0, < 7.2)
request_store (~> 1.2)
autoprefixer-rails (9.5.0)
execjs
axlsx_rails (0.6.1)
Expand Down Expand Up @@ -193,7 +194,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
countries (5.1.0)
sixarm_ruby_unaccent (~> 1.1)
Expand Down Expand Up @@ -301,7 +302,7 @@ GEM
httpi (2.5.0)
rack
socksify
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
i18n-js (3.9.2)
i18n (>= 0.6.6)
Expand Down Expand Up @@ -340,7 +341,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
minitest (5.20.0)
momentjs-rails (2.29.4.1)
railties (>= 3.1)
msgpack (1.6.0)
Expand Down Expand Up @@ -591,7 +592,7 @@ GEM
actionpack (>= 3.1)
jquery-rails
railties (>= 3.1)
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -643,7 +644,7 @@ DEPENDENCIES
acts-as-taggable-on!
acts_as_list!
addressable (~> 2.8.1)
audited (~> 5.0)
audited (~> 5.4)
axlsx!
axlsx_rails
babel-transpiler
Expand Down