Skip to content

Commit

Permalink
chore(deps): bump solid_cache from 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
Bumps [solid_cache](https://github.com/rails/solid_cache) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/rails/solid_cache/releases)
- [Commits](rails/solid_cache@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: solid_cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 7c6a864 commit 519df5a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rack', '~> 3.0.11'

# DB & Cache
gem 'pg', '>= 0.18', '< 2.0'
gem "solid_cache", "~> 1.0.6"
gem "solid_cache", "~> 1.0.7"

# Logger
gem 'lograge', '~> 0.14.0'
Expand Down
45 changes: 25 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindata (2.5.0)
bindex (0.8.1)
binding_of_caller (1.0.1)
Expand All @@ -132,8 +132,8 @@ GEM
childprocess (5.0.0)
chunky_png (1.4.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
hashie (5.0.0)
health_check (3.1.0)
railties (>= 5.0)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
icns (0.2.0)
image_processing (1.12.2)
Expand All @@ -238,7 +238,8 @@ GEM
interception (0.5)
io-console (0.8.0)
iostruct (0.2.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jb (0.8.2)
Expand Down Expand Up @@ -285,13 +286,13 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -324,18 +325,18 @@ GEM
net-protocol
nio4r (2.7.4)
nkf (0.2.0)
nokogiri (1.17.2)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm-linux)
nokogiri (1.18.2-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -396,6 +397,9 @@ GEM
pghero (3.6.1)
activerecord (>= 6.1)
plist (3.7.1)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand All @@ -409,7 +413,7 @@ GEM
pry-rescue (1.6.0)
interception (>= 0.5)
pry (>= 0.12.0)
psych (5.2.2)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
Expand All @@ -433,9 +437,10 @@ GEM
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -479,7 +484,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.10.0)
rdoc (6.12.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.0)
Expand Down Expand Up @@ -564,7 +569,7 @@ GEM
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 6.0, != 5.0.0)
solid_cache (1.0.6)
solid_cache (1.0.7)
activejob (>= 7.2)
activerecord (>= 7.2)
railties (>= 7.2)
Expand All @@ -582,7 +587,7 @@ GEM
temple (0.10.3)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.2)
timeout (0.4.3)
tiny_appstore_connect (0.1.12)
CFPropertyList (>= 2.3.4, < 3.1.0)
faraday (>= 1.10.0, < 3.0)
Expand Down Expand Up @@ -702,7 +707,7 @@ DEPENDENCIES
sentry-ruby (~> 5.22.0)
simple_form (~> 5.3)
slim-rails (~> 3.6.3)
solid_cache (~> 1.0.6)
solid_cache (~> 1.0.7)
stimulus-rails (~> 1.3.4)
sys-filesystem (~> 1.5.3)
tiny_appstore_connect (~> 0.1.12)
Expand Down

0 comments on commit 519df5a

Please sign in to comment.