Skip to content

Commit 7c6d594

Browse files
authored
Merge branch 'main' into feat/policies-and-docs
2 parents 3ea60f8 + 96443b2 commit 7c6d594

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :development, :test do
6262
# Fuubar for fancy test progress bar
6363
gem 'fuubar'
6464
# Help with managing translation databasde
65-
gem 'i18n-tasks', '~> 1.1.0'
65+
gem 'i18n-tasks', '~> 1.1.2'
6666
# Pry for a powerful shell alternative to IRB
6767
gem 'pry'
6868
# RuboCop for static code analysis

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ GEM
164164
unf
165165
ast (2.4.3)
166166
aws-eventstream (1.4.0)
167-
aws-partitions (1.1185.0)
168-
aws-sdk-core (3.238.0)
167+
aws-partitions (1.1186.0)
168+
aws-sdk-core (3.239.0)
169169
aws-eventstream (~> 1, >= 1.3.0)
170170
aws-partitions (~> 1, >= 1.992.0)
171171
aws-sigv4 (~> 1.9)
@@ -176,7 +176,7 @@ GEM
176176
aws-sdk-kms (1.117.0)
177177
aws-sdk-core (~> 3, >= 3.234.0)
178178
aws-sigv4 (~> 1.5)
179-
aws-sdk-s3 (1.204.0)
179+
aws-sdk-s3 (1.205.0)
180180
aws-sdk-core (~> 3, >= 3.234.0)
181181
aws-sdk-kms (~> 1)
182182
aws-sigv4 (~> 1.5)
@@ -226,7 +226,7 @@ GEM
226226
coercible (1.0.0)
227227
descendants_tracker (~> 0.0.1)
228228
concurrent-ruby (1.3.5)
229-
connection_pool (2.5.4)
229+
connection_pool (2.5.5)
230230
coveralls_reborn (0.29.0)
231231
simplecov (~> 0.22.0)
232232
term-ansicolor (~> 1.7)
@@ -386,7 +386,7 @@ GEM
386386
i18n
387387
i18n (1.14.7)
388388
concurrent-ruby (~> 1.0)
389-
i18n-tasks (1.1.0)
389+
i18n-tasks (1.1.2)
390390
activesupport (>= 4.0.2)
391391
ast (>= 2.1.0)
392392
erubi
@@ -470,7 +470,7 @@ GEM
470470
benchmark
471471
logger
472472
mini_mime (1.1.5)
473-
minitest (5.26.1)
473+
minitest (5.26.2)
474474
mobility (1.3.2)
475475
i18n (>= 0.6.10, < 2)
476476
request_store (~> 1.0)
@@ -584,7 +584,7 @@ GEM
584584
rails-html-sanitizer (1.6.2)
585585
loofah (~> 2.21)
586586
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
587-
rails-i18n (8.0.2)
587+
rails-i18n (8.1.0)
588588
i18n (>= 0.7, < 2)
589589
railties (>= 8.0.0, < 9)
590590
railties (8.0.3)
@@ -606,7 +606,7 @@ GEM
606606
ffi (>= 1.0.6)
607607
msgpack (>= 0.4.3)
608608
optimist (>= 3.0.0)
609-
rdoc (6.15.1)
609+
rdoc (6.16.0)
610610
erb
611611
psych (>= 4.0.0)
612612
tsort
@@ -698,7 +698,7 @@ GEM
698698
rubocop-factory_bot (2.28.0)
699699
lint_roller (~> 1.1)
700700
rubocop (~> 1.72, >= 1.72.1)
701-
rubocop-rails (2.34.0)
701+
rubocop-rails (2.34.1)
702702
activesupport (>= 4.2.0)
703703
lint_roller (~> 1.1)
704704
rack (>= 1.1)
@@ -739,10 +739,10 @@ GEM
739739
rexml (~> 3.2, >= 3.2.5)
740740
rubyzip (>= 1.2.2, < 4.0)
741741
websocket (~> 1.0)
742-
sentry-rails (6.1.0)
742+
sentry-rails (6.2.0)
743743
railties (>= 5.2.0)
744-
sentry-ruby (~> 6.1.0)
745-
sentry-ruby (6.1.0)
744+
sentry-ruby (~> 6.2.0)
745+
sentry-ruby (6.2.0)
746746
bigdecimal
747747
concurrent-ruby (~> 1.0, >= 1.0.2)
748748
shoulda-callback-matchers (1.1.4)
@@ -868,7 +868,7 @@ DEPENDENCIES
868868
faker
869869
fog-aws
870870
fuubar
871-
i18n-tasks (~> 1.1.0)
871+
i18n-tasks (~> 1.1.2)
872872
i18n_generators
873873
listen (>= 3.0.5, < 3.10)
874874
pg (>= 0.18, < 2.0)

0 commit comments

Comments
 (0)