Skip to content
Snippets Groups Projects
Commit b9f880b8 authored by Tobias Glazebrook's avatar Tobias Glazebrook
Browse files

re-introduce redis gem

parent 9a909fd7
No related branches found
No related tags found
No related merge requests found
Pipeline #25485 passed
......@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.3.1](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.2.2...v2.3.1) (2022-04-27)
### [2.2.2](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.2.1...v2.2.2) (2022-04-12)
### [2.2.2](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.2.1...v2.2.2) (2022-04-12)
### [2.2.1](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.2.0...v2.2.1) (2022-03-28)
......
......@@ -25,6 +25,7 @@ gem 'discard', '1.2.0'
gem 'ddtrace', '0.54.2'
gem 'delayed_job_active_record', '4.1.6'
gem 'dotenv-rails', '2.7.6'
gem 'redis-rails', '5.0.2'
gem 'ruby-mailchecker', '4.0.11'
gem 'httparty', '0.18.1'
gem 'rack-cors', '1.1.1'
......
......@@ -75,7 +75,7 @@ GEM
autoprefixer-rails (10.4.2.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.580.0)
aws-partitions (1.581.0)
aws-sdk-core (3.130.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
......@@ -255,6 +255,23 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rbtree (0.4.5)
redis (4.6.0)
redis-actionpack (5.3.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
redis-activesupport (>= 5.0, < 6)
redis-store (>= 1.2, < 2)
redis-store (1.9.1)
redis (>= 4, < 5)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
......@@ -397,6 +414,7 @@ DEPENDENCIES
rack-cors (= 1.1.1)
rails (= 6.1.5.1)
rails-controller-testing (= 1.0.5)
redis-rails (= 5.0.2)
rqrcode_png (= 0.1.5)
rspec-rails (= 5.0.2)
ruby-mailchecker (= 4.0.11)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment