Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-27 15:08:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-27 15:08:03 +0300
commit274a42ccfaa22f6d6bc2d21da0c891bae15d3508 (patch)
tree9e7cee0f3d7e90c3b14da6857ac7cf50d6c3298d /vendor
parent7a84ffdf31c0ba2fbfb448bcbd12b21f6d40a5fc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'vendor')
-rw-r--r--vendor/gems/attr_encrypted/Gemfile.lock28
-rw-r--r--vendor/gems/attr_encrypted/attr_encrypted.gemspec2
2 files changed, 15 insertions, 15 deletions
diff --git a/vendor/gems/attr_encrypted/Gemfile.lock b/vendor/gems/attr_encrypted/Gemfile.lock
index 02eff672425..1c42ec10a2c 100644
--- a/vendor/gems/attr_encrypted/Gemfile.lock
+++ b/vendor/gems/attr_encrypted/Gemfile.lock
@@ -7,25 +7,25 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- actionpack (7.0.4.1)
- actionview (= 7.0.4.1)
- activesupport (= 7.0.4.1)
- rack (~> 2.0, >= 2.2.0)
+ actionpack (7.0.5.1)
+ actionview (= 7.0.5.1)
+ activesupport (= 7.0.5.1)
+ rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
- actionview (7.0.4.1)
- activesupport (= 7.0.4.1)
+ actionview (7.0.5.1)
+ activesupport (= 7.0.5.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
- activemodel (7.0.4.1)
- activesupport (= 7.0.4.1)
- activerecord (7.0.4.1)
- activemodel (= 7.0.4.1)
- activesupport (= 7.0.4.1)
- activesupport (7.0.4.1)
+ activemodel (7.0.5.1)
+ activesupport (= 7.0.5.1)
+ activerecord (7.0.5.1)
+ activemodel (= 7.0.5.1)
+ activesupport (= 7.0.5.1)
+ activesupport (7.0.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -136,8 +136,8 @@ PLATFORMS
ruby
DEPENDENCIES
- actionpack (~> 7.0.4)
- activerecord (~> 7.0.4)
+ actionpack (~> 7.0.5.1)
+ activerecord (~> 7.0.5.1)
attr_encrypted!
codeclimate-test-reporter (<= 0.6.0)
datamapper
diff --git a/vendor/gems/attr_encrypted/attr_encrypted.gemspec b/vendor/gems/attr_encrypted/attr_encrypted.gemspec
index cb12541b5d8..189c5c96f4e 100644
--- a/vendor/gems/attr_encrypted/attr_encrypted.gemspec
+++ b/vendor/gems/attr_encrypted/attr_encrypted.gemspec
@@ -31,7 +31,7 @@ Forked from https://github.com/attr-encrypted/attr_encrypted."
s.add_dependency('encryptor', ['~> 3.0.0'])
- activerecord_version = "~> 7.0.4"
+ activerecord_version = "~> 7.0.5.1"
s.add_development_dependency('activerecord', activerecord_version)
s.add_development_dependency('actionpack', activerecord_version)
s.add_development_dependency('datamapper')