DEV: upgrade low risk gems
This updates a bunch of gems that have very low risk of breaking anything or are mostly used in dev. Overall our goal is to be on latest gems with latest bug fixes so this is us working in that direction.
This commit is contained in:
parent
6617015bb5
commit
8a6421565e
24
Gemfile.lock
24
Gemfile.lock
|
@ -40,9 +40,9 @@ GEM
|
|||
zeitwerk (~> 2.2)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
annotate (2.7.5)
|
||||
annotate (3.0.3)
|
||||
activerecord (>= 3.2, < 7.0)
|
||||
rake (>= 10.4, < 13.0)
|
||||
rake (>= 10.4, < 14.0)
|
||||
ast (2.4.0)
|
||||
aws-eventstream (1.0.3)
|
||||
aws-partitions (1.154.0)
|
||||
|
@ -75,7 +75,7 @@ GEM
|
|||
bootsnap (1.4.5)
|
||||
msgpack (~> 1.0)
|
||||
builder (3.2.3)
|
||||
bullet (6.0.0)
|
||||
bullet (6.0.2)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (~> 1.11)
|
||||
byebug (11.0.1)
|
||||
|
@ -133,7 +133,7 @@ GEM
|
|||
rake-compiler
|
||||
fast_xs (0.8.0)
|
||||
fastimage (2.1.5)
|
||||
ffi (1.10.0)
|
||||
ffi (1.11.3)
|
||||
flamegraph (0.9.5)
|
||||
fspath (3.1.0)
|
||||
gc_tracer (1.5.1)
|
||||
|
@ -172,7 +172,7 @@ GEM
|
|||
logstash-event (1.2.02)
|
||||
logstash-logger (0.26.1)
|
||||
logstash-event (~> 1.2)
|
||||
logster (2.4.1)
|
||||
logster (2.4.2)
|
||||
loofah (2.3.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
|
@ -181,7 +181,7 @@ GEM
|
|||
mail (2.7.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
maxminddb (0.1.22)
|
||||
memory_profiler (0.9.13)
|
||||
memory_profiler (0.9.14)
|
||||
message_bus (2.2.3)
|
||||
rack (>= 1.1.3)
|
||||
metaclass (0.0.4)
|
||||
|
@ -215,7 +215,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 3)
|
||||
oj (3.7.12)
|
||||
oj (3.10.0)
|
||||
omniauth (1.9.0)
|
||||
hashie (>= 3.4.6, < 3.7.0)
|
||||
rack (>= 1.6.2, < 3)
|
||||
|
@ -296,7 +296,7 @@ GEM
|
|||
thor (>= 0.20.3, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
raindrops (0.19.0)
|
||||
rake (12.3.3)
|
||||
rake (13.0.1)
|
||||
rake-compiler (1.0.7)
|
||||
rake
|
||||
rb-fsevent (0.10.3)
|
||||
|
@ -351,7 +351,7 @@ GEM
|
|||
rubocop-discourse (1.0.1)
|
||||
rubocop (>= 0.69.0)
|
||||
ruby-openid (2.7.0)
|
||||
ruby-prof (0.17.0)
|
||||
ruby-prof (1.0.0)
|
||||
ruby-progressbar (1.10.0)
|
||||
ruby-readability (0.7.0)
|
||||
guess_html_encoding (>= 0.0.4)
|
||||
|
@ -395,8 +395,8 @@ GEM
|
|||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sshkey (2.0.0)
|
||||
stackprof (0.2.12)
|
||||
test-prof (0.9.0)
|
||||
stackprof (0.2.13)
|
||||
test-prof (0.10.1)
|
||||
thor (0.20.3)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.9)
|
||||
|
@ -411,7 +411,7 @@ GEM
|
|||
unicorn (5.5.1)
|
||||
kgio (~> 2.6)
|
||||
raindrops (~> 0.7)
|
||||
uniform_notifier (1.12.1)
|
||||
uniform_notifier (1.13.0)
|
||||
webmock (3.5.1)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
|
|
Loading…
Reference in New Issue