devise_scim 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 238d784ec53106d71a60e0ba2a158ef48e3134c962a81350fa966001ce9acdc5
4
- data.tar.gz: 7344c3f4f0205ecce628682e1226a806e9f4194f6d5f5764b24fa13088e45dc8
3
+ metadata.gz: f4278159145f032d12ab36d6c7cb128bdbfabe0cb5295678deccec88171026ad
4
+ data.tar.gz: c00a744d87099b36c5e4c684b806b0639ddd086eb5ca1940b00b87fdce3783c7
5
5
  SHA512:
6
- metadata.gz: da52f4f20812d6fb0803c6f27a8f3f6cff45a0fcbd5b2dbfb4493e349249e563b3b291eb0804e61a13cb9f52dd6c98190c02681850e5c4e5a128591bd3f4c203
7
- data.tar.gz: 4677b6d56c2fceed69be25ca01b69670e9a64b71152c656ba9fe7b92904e1c4c3e07a4c3b82d823e89d0c12046f0b065271b0039bf8d5d8ea24d4e4e561f6d11
6
+ metadata.gz: 9fe46123535c83aa7d016f1e83d46669927d6faf9f7855c21b623539685590a022c415e2b972f4f9b26838e493ad1e6fb615827f00ab8a537d76ae96956ae01c
7
+ data.tar.gz: d2cf37300fce1d3ef3c7ee4192a698301a5744048d29f27bb9a65cea1cf05b27511b4fb236da162a59bfdde6cb374e534aac97381f27045efad057c382b14847
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.18] - 2026-07-01
4
+
5
+ - chore(deps-dev): bump doorkeeper from 5.9.2 to 5.9.3
6
+ - chore(deps): bump ruby/setup-ruby from 1.310.0 to 1.314.0
7
+ - chore(deps): bump rubocop from 1.87.0 to 1.88.0
8
+ - chore(deps): bump actions/checkout from 6.0.3 to 7.0.0
9
+ - chore(deps-dev): bump sqlite3 from 2.9.4 to 2.9.5
10
+ - chore(deps-dev): bump brakeman from 8.0.4 to 8.0.5
11
+ - chore(deps): bump nokogiri in the bundler group across 1 directory
12
+ - chore(deps-dev): bump simplecov-cobertura from 3.1.0 to 3.2.0
13
+
3
14
  ## [0.1.17] - 2026-06-17
4
15
 
5
16
  - Bump doorkeeper from 5.9.1 to 5.9.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeviseScim
4
- VERSION = "0.1.17"
4
+ VERSION = "0.1.18"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_scim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vertigo-Prime