Skip to content
Snippets Groups Projects
Commit 8eb94540 authored by Tom Mason's avatar Tom Mason
Browse files

google-protobuf fix

parent e1d084f7
No related branches found
Tags v3.0.27
No related merge requests found
......@@ -35,7 +35,7 @@ gem 'pundit', '2.2.0'
# Monitoring / Performance
gem 'ddtrace', '1.8.0'
gem 'health_check', '3.1.0'
# gem 'google-protobuf', :git => 'https://github.com/protocolbuffers/protobuf.git'
gem 'google-protobuf', '3.21.12'
gem 'actionpack-cloudflare', '1.1.0'
# Caching
......
......@@ -79,13 +79,13 @@ GEM
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.694.0)
aws-sdk-core (3.168.4)
aws-partitions (1.701.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.61.0)
aws-sdk-kms (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
......@@ -100,14 +100,14 @@ GEM
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.4)
bunny (2.20.2)
bunny (2.20.3)
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
bunny-mock (1.7.0)
bunny (>= 1.7)
case_transform (0.2)
activesupport
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crack (0.4.5)
rexml
crass (1.0.6)
......@@ -144,8 +144,9 @@ GEM
generator_spec (0.9.4)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
globalid (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
google-protobuf (3.21.12)
hashdiff (1.0.1)
hcaptcha (7.1.0)
json
......@@ -210,7 +211,7 @@ GEM
activesupport
bunny
nio4r (2.5.8)
nokogiri (1.14.0-x86_64-linux)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
pg (1.3.5)
popper_js (1.16.1)
......@@ -250,7 +251,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.3.1)
actionpack (= 7.0.3.1)
......@@ -349,7 +350,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
......@@ -379,6 +380,7 @@ DEPENDENCIES
dotenv-rails (= 2.7.6)
factory_bot_rails (= 6.2.0)
faker (= 2.22.0)
google-protobuf (= 3.21.12)
hcaptcha (= 7.1.0)
health_check (= 3.1.0)
hiredis (= 0.6.3)
......@@ -416,4 +418,4 @@ RUBY VERSION
ruby 3.2.0p0
BUNDLED WITH
2.4.1
2.4.5
......@@ -6,7 +6,7 @@ docker run -it -v "$(pwd)":/app \
-c "apt-get update; \
apt-get install -y cmake build-essential; \
cd /app; \
gem install bundler:2.4.3; \
gem install bundler:2.4.5; \
bundle outdated; \
bundle update; \
bundle install;"
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