In a previous post
opens a new window
,
we discussed the importance of assessing an application’s dependency freshness and demonstrated
how you can use different tools for this purpose. One of these tools is libyears
opens a new window
.
In this post, we’ll share the libyears calculations for several popular Ruby projects and
discuss our findings with you.
What is libyears
TLDR; Tool for communicating dependency freshness with non-technical stakeholders.
The libyears metric calculates the age of each dependency in a project and then sums these
ages to give a total libyears value. This value represents the cumulative age of all dependencies,
providing a straightforward way to assess the freshness of a project’s dependencies.
Here is an example that illustrates what a libyear represents: (taken from libyear.com
opens a new window
)
Rails 5.0.0 (June 2016) is 1 libyear behind 5.1.2 (June 2017).
What will we do
We will use libyear-bundler
opens a new window
which you can
use to calculate the libyears value for ruby applications. We will run libyear-bundler Gemfile --all
this way we will see the ‘libyears’, ‘releases’, and ‘versions’ metrics for each outdated gem.
Which project will we analyze (why)?
We compiled a list of popular ruby projects based on the number of stars
opens a new window
and total number of dowloads
opens a new window
. We hope the results inspire you
to calculate your application’s libyears and compare it to the ruby projects in this post.
Analysis results
We’ve created a chart to visually represent the libyears accumulated by popular Ruby projects.
If you are interested you can view the individual libyears results for each project at the
end of this post.
From the chart, it’s evident that projects like i18n, which have fewer dependencies, tend
to have lower libyears. On the other hand, larger projects naturally accumulate more
libyears due to their increased number of dependencies.
Additionally, projects with over 100 libyears generally fall on the lower end of freshness,
highlighting the importance of keeping dependencies up-to-date.
Chart showing system libyears for popular Ruby projects.
Conclusion
Libyears serves as a valuable tool to help you monitor and communicate the freshness of
your application’s dependencies.
We would like to encourage you to run libyear-bundler Gemfile --all
on your application
and compare the results with the libyears accumulated by these popular Ruby projects.
Are you closer to the top, indicating that your dependencies are up-to-date, or closer to
the bottom with over 100 libyears?
Need help reducing your project’s libyears? Get in touch!
opens a new window
We specialize in reducing
libyears and bringing Ruby applications up to date, ensuring they remain compliant and
vulnerability free.
System is 0.0 libyears behind
Total releases behind: 0
Major, minor, patch versions behind: 0, 0, 0
System is 0.0 libyears behind
Total releases behind: 0
Major, minor, patch versions behind: 0, 0, 0
System is 0.0 libyears behind
Total releases behind: 0
Major, minor, patch versions behind: 0, 0, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
rubocop-minitest
0.34.4
2024-01-09
0.35.0
2024-03-10
2
[0, 1, 0]
0.2
System is 0.2 libyears behind
Total releases behind: 2
Major, minor, patch versions behind: 0, 1, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
actionmailer
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionpack
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionview
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activejob
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activemodel
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activerecord
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activesupport
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
minitest
5.20.0
2023-09-06
5.22.3
2024-03-13
7
[0, 2, 0]
0.5
rack
2.2.8.1
2024-02-21
3.0.9.1
2024-02-21
16
[1, 0, 0]
0.0
railties
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
ruby
3.2.3
3.3.0
1
[0, 1, 0]
0.0
System is 0.5 libyears behind
Total releases behind: 96
Major, minor, patch versions behind: 1, 11, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
machinist
1.0.6
2009-11-28
2.0
2012-01-13
3
[1, 0, 0]
2.1
minitest
5.21.2
2024-01-18
5.22.3
2024-03-13
4
[0, 1, 0]
0.2
System is 2.3 libyears behind
Total releases behind: 7
Major, minor, patch versions behind: 1, 1, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
bson
4.15.0
2022-04-21
5.0.0
2024-02-13
2
[1, 0, 0]
1.8
carrierwave
3.0.0.rc
2023-06-11
3.0.6
2024-03-09
7
[0, 0, 6]
0.7
ferrum
0.14
2023-09-14
0.15
2024-02-17
1
[0, 1, 0]
0.4
System is 3.0 libyears behind
Total releases behind: 10
Major, minor, patch versions behind: 1, 1, 6
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
better_html
2.0.2
2023-06-28
2.1.0
2024-03-14
1
[0, 1, 0]
0.7
launchy
2.5.2
2022-12-28
3.0.0
2024-03-04
1
[1, 0, 0]
1.2
listen
3.8.0
2023-01-09
3.9.0
2024-02-24
1
[0, 1, 0]
1.1
minitest
5.21.2
2024-01-18
5.22.3
2024-03-13
4
[0, 1, 0]
0.2
rails-i18n
7.0.8
2023-08-15
7.0.9
2024-03-13
1
[0, 0, 1]
0.6
redis-client
0.19.1
2023-12-21
0.21.0
2024-03-04
2
[0, 2, 0]
0.2
rubocop
1.60.2
2024-01-24
1.62.1
2024-03-11
3
[0, 2, 0]
0.1
rubocop-ast
1.30.0
2023-10-26
1.31.2
2024-03-08
3
[0, 1, 0]
0.4
rubocop-minitest
0.34.5
2024-01-20
0.35.0
2024-03-10
1
[0, 1, 0]
0.1
rubocop-rails
2.23.1
2023-12-25
2.24.0
2024-03-03
1
[0, 1, 0]
0.2
System is 4.8 libyears behind
Total releases behind: 18
Major, minor, patch versions behind: 1, 10, 1
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
simplecov
0.17.1
2019-09-16
0.22.0
2022-12-23
16
[0, 5, 0]
3.3
simplecov-html
0.10.2
2017-08-14
0.12.3
2020-09-23
7
[0, 2, 0]
3.1
System is 6.4 libyears behind
Total releases behind: 23
Major, minor, patch versions behind: 0, 7, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
cucumber-ci-environment
9.2.0
2023-04-28
10.0.1
2024-01-15
2
[1, 0, 0]
0.7
cucumber-core
12.0.0
2023-09-06
13.0.1
2024-01-31
2
[1, 0, 0]
0.4
cucumber-gherkin
26.2.0
2023-04-07
28.0.0
2024-02-15
2
[2, 0, 0]
0.9
cucumber-messages
22.0.0
2023-04-06
24.0.1
2023-12-21
3
[2, 0, 0]
0.7
cucumber-tag-expressions
5.0.6
2023-08-13
6.1.0
2024-01-10
2
[1, 0, 0]
0.4
ffi
1.15.5
2022-01-10
1.16.3
2023-10-04
20
[0, 1, 0]
1.7
rubocop
1.11.0
2021-03-01
1.62.1
2024-03-11
93
[0, 51, 0]
3.0
System is 7.9 libyears behind
Total releases behind: 124
Major, minor, patch versions behind: 7, 52, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
factory_bot
6.2.1
2022-03-18
6.4.6
2024-01-30
8
[0, 2, 0]
1.9
factory_bot_rails
6.2.0
2021-05-07
6.4.3
2023-12-30
4
[0, 2, 0]
2.6
friendly_id
5.4.2
2021-01-07
5.5.1
2023-11-12
2
[0, 1, 0]
2.8
highline
2.1.0
2022-12-31
3.0.1
2024-01-20
3
[1, 0, 0]
1.1
launchy
2.5.2
2022-12-28
3.0.0
2024-03-04
1
[1, 0, 0]
1.2
rbs
2.8.4
2023-01-20
3.4.4
2024-02-08
27
[1, 0, 0]
1.1
System is 10.7 libyears behind
Total releases behind: 45
Major, minor, patch versions behind: 3, 5, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
better_html
2.0.2
2023-06-28
2.1.1
2024-03-19
2
[0, 1, 0]
0.7
bigdecimal
3.1.6
2024-01-18
3.1.7
2024-03-14
2
[0, 0, 1]
0.2
cucumber
9.1.2
2024-01-23
9.2.0
2024-03-19
1
[0, 1, 0]
0.2
cucumber-ci-environment
9.2.0
2023-04-28
10.0.1
2024-01-15
2
[1, 0, 0]
0.7
cucumber-core
12.0.0
2023-09-06
13.0.1
2024-01-31
2
[1, 0, 0]
0.4
cucumber-gherkin
26.2.0
2023-04-07
28.0.0
2024-02-15
2
[2, 0, 0]
0.9
cucumber-html-formatter
21.2.0
2023-12-21
21.3.0
2024-03-15
1
[0, 1, 0]
0.2
cucumber-messages
22.0.0
2023-04-06
24.0.1
2023-12-21
3
[2, 0, 0]
0.7
cucumber-tag-expressions
5.0.6
2023-08-13
6.1.0
2024-01-10
2
[1, 0, 0]
0.4
ferrum
0.14
2023-09-14
0.15
2024-02-17
1
[0, 1, 0]
0.4
highline
2.1.0
2022-12-31
3.0.1
2024-01-20
3
[1, 0, 0]
1.1
i18n
1.14.1
2023-06-04
1.14.4
2024-03-06
2
[0, 0, 3]
0.8
irb
1.11.2
2024-02-07
1.12.0
2024-03-07
1
[0, 1, 0]
0.1
launchy
2.5.2
2022-12-28
3.0.0
2024-03-04
1
[1, 0, 0]
1.2
marcel
1.0.2
2021-09-20
1.0.4
2024-03-01
2
[0, 0, 2]
2.4
minitest
5.22.2
2024-02-07
5.22.3
2024-03-13
1
[0, 0, 1]
0.1
nokogiri
1.16.2
2024-02-04
1.16.3
2024-03-15
11
[0, 0, 1]
0.1
parallel_tests
4.5.1
2024-02-17
4.5.2
2024-03-05
1
[0, 0, 1]
0.0
rails-i18n
7.0.8
2023-08-15
7.0.9
2024-03-13
1
[0, 0, 1]
0.6
request_store
1.5.1
2022-01-18
1.6.0
2024-02-08
1
[0, 1, 0]
2.1
rspec-rails
6.1.1
2024-01-25
6.1.2
2024-03-18
1
[0, 0, 1]
0.1
rubocop
1.61.0
2024-02-29
1.62.1
2024-03-11
2
[0, 1, 0]
0.0
rubocop-ast
1.31.0
2024-02-29
1.31.2
2024-03-08
2
[0, 0, 2]
0.0
rubocop-rails
2.23.1
2023-12-25
2.24.0
2024-03-03
1
[0, 1, 0]
0.2
rubocop-rspec
2.27.0
2024-02-29
2.27.1
2024-03-03
1
[0, 0, 1]
0.0
sqlite3
1.7.2
2024-01-30
1.7.3
2024-03-15
9
[0, 0, 1]
0.1
System is 13.7 libyears behind
Total releases behind: 58
Major, minor, patch versions behind: 9, 8, 15
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
cucumber-gherkin
27.0.0
2023-09-15
28.0.0
2024-02-15
1
[1, 0, 0]
0.4
cucumber-messages
22.0.0
2023-04-06
24.0.1
2023-12-21
3
[2, 0, 0]
0.7
http-accept
1.7.0
2017-03-14
2.2.1
2024-02-05
4
[1, 0, 0]
6.9
simplecov
0.16.1
2018-03-16
0.22.0
2022-12-23
18
[0, 6, 0]
4.8
simplecov-html
0.10.2
2017-08-14
0.12.3
2020-09-23
7
[0, 2, 0]
3.1
System is 15.9 libyears behind
Total releases behind: 33
Major, minor, patch versions behind: 4, 8, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
actioncable
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
actionmailbox
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
actionmailer
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
actionpack
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
actiontext
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
actionview
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
activejob
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
activemodel
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
activerecord
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
activestorage
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
activesupport
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
base64
0.1.1
2021-10-14
0.2.0
2023-11-07
1
[0, 1, 0]
2.1
bcrypt
3.1.19
2023-06-22
3.1.20
2023-11-17
2
[0, 0, 1]
0.4
bigdecimal
3.1.4
2023-03-07
3.1.7
2024-03-14
6
[0, 0, 3]
1.0
concurrent-ruby
1.2.2
2023-02-24
1.2.3
2024-01-16
1
[0, 0, 1]
0.9
date
3.3.3
2022-12-19
3.3.4
2023-11-07
2
[0, 0, 1]
0.9
drb
2.1.1
2022-12-05
2.2.1
2024-03-01
2
[0, 1, 0]
1.2
faraday
2.7.11
2023-09-12
2.9.0
2024-01-09
4
[0, 2, 0]
0.3
faraday-net_http
3.0.2
2022-11-11
3.1.0
2024-01-09
1
[0, 1, 0]
1.2
i18n
1.14.1
2023-06-04
1.14.4
2024-03-06
2
[0, 0, 3]
0.8
io-console
0.6.0
2022-12-16
0.7.2
2024-01-18
6
[0, 1, 0]
1.1
irb
1.8.1
2023-09-05
1.12.0
2024-03-07
10
[0, 4, 0]
0.5
jwt
2.7.1
2023-06-09
2.8.1
2024-02-29
2
[0, 1, 0]
0.7
loofah
2.21.3
2023-05-15
2.22.0
2023-11-13
2
[0, 1, 0]
0.5
marcel
1.0.2
2021-09-20
1.0.4
2024-03-01
2
[0, 0, 2]
2.4
mini_portile2
2.8.4
2023-07-18
2.8.5
2023-10-22
3
[0, 0, 1]
0.3
minitest
5.20.0
2023-09-06
5.22.3
2024-03-13
7
[0, 2, 0]
0.5
mutex_m
0.1.2
2022-12-05
0.2.0
2023-11-07
1
[0, 1, 0]
0.9
net-imap
0.4.1
2023-10-09
0.4.10
2024-02-04
10
[0, 0, 9]
0.3
net-protocol
0.2.1
2022-12-08
0.2.2
2023-11-07
1
[0, 0, 1]
0.9
net-smtp
0.4.0
2023-09-20
0.4.0.1
2024-01-05
1
[0, 0, 0]
0.3
nio4r
2.5.9
2023-04-02
2.7.0
2023-12-01
6
[0, 2, 0]
0.7
nokogiri
1.15.4
2023-08-11
1.16.3
2024-03-15
77
[0, 1, 0]
0.6
omniauth
2.1.1
2023-01-20
2.1.2
2023-12-19
1
[0, 0, 1]
0.9
psych
5.1.0
2023-02-07
5.1.2
2023-12-19
6
[0, 0, 2]
0.9
racc
1.7.1
2023-06-14
1.7.3
2023-11-04
6
[0, 0, 2]
0.4
rack
2.2.8
2023-07-31
3.0.9.1
2024-02-21
17
[1, 0, 0]
0.6
rack-protection
3.1.0
2023-08-07
4.0.0
2024-01-19
2
[1, 0, 0]
0.5
rack-session
1.0.1
2023-01-18
2.0.0
2023-01-18
2
[1, 0, 0]
0.0
rackup
1.0.0
2023-01-18
2.1.0
2023-01-27
2
[1, 0, 0]
0.0
rails
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
railties
7.1.0
2023-10-05
7.1.3.2
2024-02-21
5
[0, 0, 3]
0.4
rake
13.0.6
2021-07-09
13.1.0
2023-10-28
1
[0, 1, 0]
2.3
rdoc
6.5.0
2022-12-05
6.6.2
2023-12-16
3
[0, 1, 0]
1.0
reline
0.3.9
2023-10-03
0.4.3
2024-02-25
4
[0, 1, 0]
0.4
responders
3.1.0
2023-02-03
3.1.1
2023-10-11
1
[0, 0, 1]
0.7
sqlite3
1.6.6
2023-09-12
1.7.3
2024-03-15
63
[0, 1, 0]
0.5
stringio
3.0.8
2023-08-10
3.1.0
2023-11-28
4
[0, 1, 0]
0.3
thor
1.2.2
2023-05-11
1.3.1
2024-02-26
2
[0, 1, 0]
0.8
timeout
0.4.0
2023-06-23
0.4.1
2023-11-07
1
[0, 0, 1]
0.4
zeitwerk
2.6.12
2023-09-25
2.6.13
2024-02-06
1
[0, 0, 1]
0.4
System is 33.4 libyears behind
Total releases behind: 330
Major, minor, patch versions behind: 4, 24, 69
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
activesupport
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
cucumber
5.1.3
2020-10-07
9.1.2
2024-01-23
14
[4, 0, 0]
3.3
cucumber-core
8.0.1
2020-08-19
13.0.1
2024-01-31
11
[5, 0, 0]
3.5
cucumber-create-meta
2.0.4
2020-10-29
6.0.4
2021-11-16
8
[4, 0, 0]
1.0
cucumber-cucumber-expressions
10.3.0
2020-08-07
17.0.2
2024-02-20
28
[7, 0, 0]
3.5
cucumber-gherkin
15.0.2
2020-08-17
28.0.0
2024-02-15
30
[13, 0, 0]
3.5
cucumber-html-formatter
9.0.0
2020-08-08
21.3.0
2024-03-15
27
[12, 0, 0]
3.6
cucumber-messages
13.2.1
2020-11-19
24.0.1
2023-12-21
26
[11, 0, 0]
3.1
cucumber-tag-expressions
2.0.4
2020-01-10
6.1.0
2024-01-10
13
[4, 0, 0]
4.0
cucumber-wire
4.0.1
2020-08-19
7.0.0
2023-11-10
9
[3, 0, 0]
3.2
html-pipeline
2.14.3
2022-10-14
3.1.0
2024-02-28
10
[1, 0, 0]
1.4
launchy
2.5.2
2022-12-28
3.0.0
2024-03-04
1
[1, 0, 0]
1.2
liquid
4.0.4
2023-01-11
5.4.0
2022-07-29
6
[1, 0, 0]
0.0
liquid-c
4.0.1
2023-01-11
4.2.0
2024-01-24
2
[0, 2, 0]
1.0
multi_test
0.1.2
2015-02-12
1.1.0
2022-05-11
2
[1, 0, 0]
7.2
octokit
4.25.1
2022-07-01
8.1.0
2024-02-01
17
[4, 0, 0]
1.6
psych
4.0.6
2022-09-28
5.1.2
2023-12-19
17
[1, 0, 0]
1.2
rubocop
1.57.2
2023-10-26
1.62.1
2024-03-11
8
[0, 5, 0]
0.4
rubocop-minitest
0.34.5
2024-01-20
0.35.0
2024-03-10
1
[0, 1, 0]
0.1
System is 42.9 libyears behind
Total releases behind: 239
Major, minor, patch versions behind: 72, 9, 0
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
activemodel
6.1.3
2021-02-17
7.1.3.2
2024-02-21
57
[1, 0, 0]
3.0
activerecord
6.1.3
2021-02-17
7.1.3.2
2024-02-21
57
[1, 0, 0]
3.0
activesupport
6.1.3
2021-02-17
7.1.3.2
2024-02-21
57
[1, 0, 0]
3.0
appraisal
2.3.0
2020-06-05
2.5.0
2023-07-14
3
[0, 2, 0]
3.1
aruba
1.0.4
2021-01-04
2.2.0
2023-09-02
7
[1, 0, 0]
2.7
concurrent-ruby
1.1.8
2021-01-20
1.2.3
2024-01-16
6
[0, 1, 0]
3.0
contracts
0.16.0
2017-04-24
0.17
2021-05-07
2
[0, 1, 0]
4.0
cucumber
5.3.0
2021-01-28
9.2.0
2024-03-19
13
[4, 0, 0]
3.1
cucumber-core
8.0.1
2020-08-19
13.0.1
2024-01-31
11
[5, 0, 0]
3.5
cucumber-cucumber-expressions
10.3.0
2020-08-07
17.0.2
2024-02-20
28
[7, 0, 0]
3.5
cucumber-gherkin
15.0.2
2020-08-17
28.0.0
2024-02-15
30
[13, 0, 0]
3.5
cucumber-html-formatter
9.0.0
2020-08-08
21.3.0
2024-03-15
27
[12, 0, 0]
3.6
cucumber-messages
13.2.1
2020-11-19
24.0.1
2023-12-21
26
[11, 0, 0]
3.1
cucumber-tag-expressions
2.0.4
2020-01-10
6.1.0
2024-01-10
13
[4, 0, 0]
4.0
diff-lcs
1.4.4
2020-07-01
1.5.1
2024-01-31
2
[0, 1, 0]
3.6
docile
1.3.5
2021-01-13
1.4.0
2021-05-12
1
[0, 1, 0]
0.3
ffi
1.14.2
2020-12-21
1.16.3
2023-10-04
47
[0, 2, 0]
2.8
i18n
1.8.9
2021-02-12
1.14.4
2024-03-06
11
[0, 6, 0]
3.1
minitest
5.14.3
2021-01-06
5.22.3
2024-03-13
18
[0, 8, 0]
3.2
multi_test
0.1.2
2015-02-12
1.1.0
2022-05-11
2
[1, 0, 0]
7.2
rake
13.0.3
2020-12-21
13.1.0
2023-10-28
4
[0, 1, 0]
2.9
rspec
3.10.0
2020-10-30
3.13.0
2024-02-04
3
[0, 3, 0]
3.3
rspec-core
3.10.1
2020-12-27
3.13.0
2024-02-04
7
[0, 3, 0]
3.1
rspec-expectations
3.10.1
2020-12-27
3.13.0
2024-02-04
9
[0, 3, 0]
3.1
rspec-mocks
3.10.2
2021-01-28
3.13.0
2024-02-04
13
[0, 3, 0]
3.0
rspec-support
3.10.2
2021-01-28
3.13.1
2024-02-23
8
[0, 3, 0]
3.1
rubocop
1.60.2
2024-01-24
1.62.1
2024-03-11
3
[0, 2, 0]
0.1
rubocop-ast
1.30.0
2023-10-26
1.31.2
2024-03-08
3
[0, 1, 0]
0.4
simplecov
0.21.2
2021-01-09
0.22.0
2022-12-23
1
[0, 1, 0]
2.0
simplecov_json_formatter
0.1.2
2020-08-31
0.1.4
2022-02-14
2
[0, 0, 2]
1.5
sqlite3
1.4.2
2019-12-18
1.7.3
2024-03-15
218
[0, 3, 0]
4.2
standard
1.34.0
2024-02-13
1.35.1
2024-03-12
4
[0, 1, 0]
0.1
sys-uname
1.2.2
2020-10-30
1.2.3
2023-04-09
1
[0, 0, 1]
2.4
thor
1.1.0
2021-01-20
1.3.1
2024-02-26
5
[0, 2, 0]
3.1
tzinfo
2.0.4
2020-12-16
2.0.6
2023-01-28
2
[0, 0, 2]
2.1
yard
0.9.26
2020-12-27
0.9.36
2024-02-29
10
[0, 0, 10]
3.2
System is 103.8 libyears behind
Total releases behind: 711
Major, minor, patch versions behind: 61, 48, 15
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
addressable
2.7.0
2019-08-31
2.8.6
2023-12-09
7
[0, 1, 0]
4.3
ast
2.4.1
2020-06-10
2.4.2
2021-01-23
1
[0, 0, 1]
0.6
diff-lcs
1.4.4
2020-07-01
1.5.1
2024-01-31
2
[0, 1, 0]
3.6
domain_name 0.5.20190701
2019-07-05 0.6.20240107
2024-01-09
2
[0, 1, 0]
4.5
ffi
1.13.1
2020-06-09
1.16.3
2023-10-04
59
[0, 3, 0]
3.3
ffi-compiler
1.0.1
2016-07-07
1.3.2
2024-03-14
2
[0, 3, 0]
7.7
http
4.4.1
2020-03-29
5.2.0
2024-02-05
11
[1, 0, 0]
3.9
http-cookie
1.0.3
2016-09-30
1.0.5
2022-05-25
2
[0, 0, 2]
5.7
http-parser
1.2.1
2018-10-11
1.2.3
2021-01-11
2
[0, 0, 2]
2.3
parallel
1.19.2
2020-06-17
1.24.0
2023-12-16
7
[0, 5, 0]
3.5
parser
2.7.1.4
2020-06-19
3.3.0.5
2024-01-21
28
[1, 0, 0]
3.6
pry
0.13.1
2020-04-12
0.14.2
2023-01-09
6
[0, 1, 0]
2.7
pry-byebug
3.9.0
2020-03-21
3.10.1
2022-08-16
2
[0, 1, 0]
2.4
public_suffix
4.0.5
2020-05-09
5.0.4
2023-11-17
6
[1, 0, 0]
3.5
rainbow
3.0.0
2017-11-29
3.1.1
2022-01-11
2
[0, 1, 0]
4.1
rake
13.0.1
2019-11-12
13.1.0
2023-10-28
6
[0, 1, 0]
4.0
regexp_parser
1.7.1
2020-06-07
2.9.0
2024-01-07
24
[1, 0, 0]
3.6
rexml
3.2.4
2020-01-31
3.2.6
2023-07-27
2
[0, 0, 2]
3.5
rspec
3.9.0
2019-10-08
3.13.0
2024-02-04
4
[0, 4, 0]
4.3
rspec-core
3.9.2
2020-05-02
3.13.0
2024-02-04
10
[0, 4, 0]
3.8
rspec-expectations
3.9.2
2020-05-08
3.13.0
2024-02-04
13
[0, 4, 0]
3.7
rspec-mocks
3.9.1
2019-12-31
3.13.0
2024-02-04
16
[0, 4, 0]
4.1
rspec-support
3.9.3
2020-05-02
3.13.1
2024-02-23
12
[0, 4, 0]
3.8
rubocop
0.90.0
2020-09-01
1.62.1
2024-03-11
118
[1, 0, 0]
3.5
rubocop-ast
0.3.0
2020-08-02
1.31.2
2024-03-08
54
[1, 0, 0]
3.6
ruby-progressbar
1.10.1
2019-05-27
1.13.0
2023-03-04
4
[0, 3, 0]
3.8
unf_ext
0.0.7.7
2020-03-29
0.0.9.1
2023-11-16
22
[0, 0, 2]
3.6
unicode-display_width
1.7.0
2020-03-11
2.5.0
2023-10-01
11
[1, 0, 0]
3.6
ruby
3.1.2
3.3.0
7
[0, 2, 0]
0.0
System is 104.5 libyears behind
Total releases behind: 442
Major, minor, patch versions behind: 7, 43, 9
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
aws-partitions
1.876.0
2023-12-28
1.898.0
2024-03-15
22
[0, 22, 0]
0.2
aws-sdk-core
3.190.1
2023-12-20
3.191.4
2024-03-15
7
[0, 1, 0]
0.2
aws-sdk-kms
1.75.0
2023-12-15
1.77.0
2024-01-26
2
[0, 2, 0]
0.1
aws-sdk-s3
1.142.0
2023-12-22
1.145.0
2024-03-15
4
[0, 3, 0]
0.2
aws-sdk-sns
1.70.0
2023-11-28
1.72.0
2024-02-16
2
[0, 2, 0]
0.2
bigdecimal
3.1.5
2023-12-13
3.1.7
2024-03-14
4
[0, 0, 2]
0.3
bootsnap
1.17.0
2023-10-30
1.18.3
2024-01-31
5
[0, 1, 0]
0.3
brakeman
6.1.1
2023-12-24
6.1.2
2024-02-02
1
[0, 0, 1]
0.1
capybara
3.39.2
2023-06-10
3.40.0
2024-01-27
1
[0, 1, 0]
0.6
chef-utils
18.3.0
2023-08-29
18.4.12
2024-02-20
2
[0, 1, 0]
0.5
concurrent-ruby
1.2.2
2023-02-24
1.2.3
2024-01-16
1
[0, 0, 1]
0.9
crack
0.4.5
2020-12-27
1.0.0
2024-02-09
2
[1, 0, 0]
3.1
cssbundling-rails
1.3.3
2023-09-18
1.4.0
2024-01-21
1
[0, 1, 0]
0.3
dalli
3.2.6
2023-09-26
3.2.8
2024-02-12
2
[0, 0, 2]
0.4
drb
2.2.0
2023-11-07
2.2.1
2024-03-01
1
[0, 0, 1]
0.3
et-orbi
1.2.7
2022-03-09
1.2.9
2024-03-13
2
[0, 0, 2]
2.0
faraday
1.10.3
2023-01-18
2.9.0
2024-01-09
30
[1, 0, 0]
1.0
faraday-em_http
1.0.0
2021-04-25
2.0.0
2024-02-10
1
[1, 0, 0]
2.8
faraday-excon
1.1.0
2021-04-18
2.1.0
2022-03-11
2
[1, 0, 0]
0.9
faraday-httpclient
1.0.1
2021-07-04
2.0.1
2022-01-06
2
[1, 0, 0]
0.5
faraday-net_http
1.0.1
2021-01-12
3.1.0
2024-01-09
11
[2, 0, 0]
3.0
faraday-net_http_persistent
1.2.0
2021-07-12
2.1.0
2022-08-11
4
[1, 0, 0]
1.1
faraday-patron
1.0.0
2021-07-04
2.0.1
2022-01-06
2
[1, 0, 0]
0.5
faraday-rack
1.0.0
2021-08-01
2.0.0
2022-03-12
1
[1, 0, 0]
0.6
faraday-retry
1.0.3
2022-01-06
2.2.0
2023-06-01
3
[1, 0, 0]
1.4
fugit
1.9.0
2023-10-23
1.10.1
2024-02-28
2
[0, 1, 0]
0.4
google-apis-core
0.11.2
2023-10-27
0.14.1
2024-03-13
5
[0, 3, 0]
0.4
google-apis-iamcredentials_v1
0.17.0
2023-02-19
0.20.0
2024-03-10
3
[0, 3, 0]
1.1
google-apis-storage_v1
0.29.0
2023-10-15
0.36.0
2024-03-17
7
[0, 7, 0]
0.4
google-cloud-core
1.6.1
2023-12-05
1.7.0
2024-03-07
1
[0, 1, 0]
0.3
google-cloud-env
2.1.0
2023-12-12
2.1.1
2024-02-01
1
[0, 0, 1]
0.1
google-cloud-errors
1.3.1
2023-02-28
1.4.0
2024-03-07
1
[0, 1, 0]
1.0
google-cloud-storage
1.45.0
2023-11-06
1.49.0
2024-02-21
5
[0, 4, 0]
0.3
google-protobuf
3.25.1
2023-11-15
4.26.0
2024-03-12
60
[1, 0, 0]
0.3
googleauth
1.9.1
2023-12-12
1.11.0
2024-02-14
3
[0, 2, 0]
0.2
i18n
1.14.1
2023-06-04
1.14.4
2024-03-06
2
[0, 0, 3]
0.8
importmap-rails
1.2.3
2023-10-27
2.0.1
2024-01-03
2
[1, 0, 0]
0.2
io-console
0.7.1
2023-12-16
0.7.2
2024-01-18
2
[0, 0, 1]
0.1
irb
1.11.0
2023-12-20
1.12.0
2024-03-07
3
[0, 1, 0]
0.2
jsbundling-rails
1.2.1
2023-09-13
1.3.0
2024-01-21
2
[0, 1, 0]
0.4
jwt
2.7.1
2023-06-09
2.8.1
2024-02-29
2
[0, 1, 0]
0.7
libxml-ruby
5.0.0
2024-01-07
5.0.3
2024-03-11
6
[0, 0, 3]
0.2
listen
3.8.0
2023-01-09
3.9.0
2024-02-24
1
[0, 1, 0]
1.1
mdl
0.12.0
2022-10-18
0.13.0
2023-10-02
1
[0, 1, 0]
1.0
minitest
5.21.1
2024-01-12
5.22.3
2024-03-13
5
[0, 1, 0]
0.2
minitest-server
1.0.7
2022-12-17
1.0.8
2024-02-26
1
[0, 0, 1]
1.2
multipart-post
2.3.0
2023-01-26
2.4.0
2024-02-07
1
[0, 1, 0]
1.0
mysql2
0.5.5
2023-01-22
0.5.6
2024-02-08
1
[0, 0, 1]
1.0
net-imap
0.4.9
2023-12-24
0.4.10
2024-02-04
2
[0, 0, 1]
0.1
net-smtp
0.4.0
2023-09-20
0.4.0.1
2024-01-05
1
[0, 0, 0]
0.3
nokogiri
1.16.0
2023-12-27
1.16.3
2024-03-15
33
[0, 0, 3]
0.2
parser
3.2.2.4
2023-10-04
3.3.0.5
2024-01-21
6
[0, 1, 0]
0.3
pg
1.5.4
2023-09-01
1.5.6
2024-03-01
8
[0, 0, 2]
0.5
prism
0.19.0
2023-12-14
0.24.0
2024-02-15
5
[0, 5, 0]
0.2
puma
6.4.0
1980-01-01
6.4.2
2024-01-08
4
[0, 0, 2]
44.0
rack
3.0.8
2023-06-14
3.0.9.1
2024-02-21
2
[0, 0, 1]
0.7
rack-cache
1.15.0
2023-12-09
1.16.0
2024-03-01
1
[0, 1, 0]
0.2
redcarpet
3.2.3
2015-04-05
3.6.0
2023-01-29
9
[0, 4, 0]
7.8
redis
5.0.8
2023-10-23
5.1.0
2024-02-09
1
[0, 1, 0]
0.3
redis-client
0.19.1
2023-12-21
0.21.0
2024-03-04
2
[0, 2, 0]
0.2
regexp_parser
2.8.3
2023-12-04
2.9.0
2024-01-07
1
[0, 1, 0]
0.1
reline
0.4.1
2023-11-28
0.4.3
2024-02-25
2
[0, 0, 2]
0.2
rouge
4.2.0
2023-10-25
4.2.1
2024-03-18
1
[0, 0, 1]
0.4
rubocop
1.59.0
2023-12-11
1.62.1
2024-03-11
6
[0, 3, 0]
0.2
rubocop-ast
1.30.0
2023-10-26
1.31.2
2024-03-08
3
[0, 1, 0]
0.4
rubocop-minitest
0.34.3
2024-01-01
0.35.0
2024-03-10
3
[0, 1, 0]
0.2
rubocop-performance
1.20.1
2023-12-25
1.20.2
2024-01-08
1
[0, 0, 1]
0.0
rubocop-rails
2.23.1
2023-12-25
2.24.0
2024-03-03
1
[0, 1, 0]
0.2
ruby-vips
2.2.0
2023-10-18
2.2.1
2024-02-21
1
[0, 0, 1]
0.3
sass-embedded
1.69.6
2023-12-29
1.72.0
2024-03-13
90
[0, 3, 0]
0.2
selenium-webdriver
4.16.0
2023-12-06
4.18.1
2024-02-20
3
[0, 2, 0]
0.2
serverengine
2.0.7
2018-07-10
2.3.2
2023-03-14
19
[0, 3, 0]
4.7
sidekiq
7.2.0
2023-10-31
7.2.2
2024-02-16
2
[0, 0, 2]
0.3
signet
0.18.0
2023-09-06
0.19.0
2024-02-13
1
[0, 1, 0]
0.4
sinatra
1.0
2010-03-23
4.0.0
2024-01-19
77
[3, 0, 0]
13.8
sneakers
2.11.0
2019-01-19
2.12.0
2019-12-24
2
[0, 1, 0]
0.9
sqlite3
1.7.0
2023-12-27
1.7.3
2024-03-15
27
[0, 0, 3]
0.2
stackprof
0.2.25
2023-04-06
0.2.26
2024-01-15
1
[0, 0, 1]
0.8
stimulus-rails
1.3.0
2023-10-11
1.3.3
2024-01-03
3
[0, 0, 3]
0.2
syntax_tree
6.1.1
2023-03-21
6.2.0
2023-09-20
1
[0, 1, 0]
0.5
tailwindcss-rails
2.1.0
2023-12-19
2.3.0
2024-01-10
24
[0, 2, 0]
0.1
terser
1.1.20
2023-11-27
1.2.0
2024-01-22
1
[0, 1, 0]
0.2
thor
1.3.0
2023-10-18
1.3.1
2024-02-26
1
[0, 0, 1]
0.4
turbo-rails
1.5.0
2023-10-11
2.0.5
2024-03-08
13
[1, 0, 0]
0.4
webmock
3.19.1
2023-08-29
3.23.0
2024-02-25
6
[0, 4, 0]
0.5
zeitwerk
2.6.12
2023-09-25
2.6.13
2024-02-06
1
[0, 0, 1]
0.4
System is 115.2 libyears behind
Total releases behind: 597
Major, minor, patch versions behind: 17, 102, 44
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
actioncable
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionmailbox
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionmailer
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionpack
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actiontext
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionview
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activejob
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activemodel
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activerecord
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activestorage
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activesupport
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
amazing_print
1.5.0
2023-05-24
1.6.0
2024-03-08
1
[0, 1, 0]
0.8
anyway_config
2.3.0
2022-03-11
2.6.3
2024-02-06
13
[0, 3, 0]
1.9
bcrypt
3.1.19
2023-06-22
3.1.20
2023-11-17
2
[0, 0, 1]
0.4
benchmark-ips
2.10.0
2015-01-12
2.13.0
2015-01-12
3
[0, 3, 0]
0.0
better_html
2.0.2
2023-06-28
2.1.1
2024-03-19
2
[0, 1, 0]
0.7
bigdecimal
3.1.5
2023-12-13
3.1.7
2024-03-14
4
[0, 0, 2]
0.3
blazer
2.6.5
2022-08-31
3.0.3
2024-01-10
4
[1, 0, 0]
1.4
brakeman
5.4.1
2023-02-21
6.1.2
2024-02-02
5
[1, 0, 0]
0.9
buftok
0.2.0
2013-11-22
0.3.0
2021-03-25
1
[0, 1, 0]
7.3
capybara
3.37.1
2022-05-09
3.40.0
2024-01-27
5
[0, 3, 0]
1.7
carrierwave
2.2.5
2023-11-29
3.0.6
2024-03-09
9
[1, 0, 0]
0.3
cgi
0.3.6
2022-11-28
0.4.1
2023-12-05
4
[0, 1, 0]
1.0
chartkick
4.2.1
2022-08-02
5.0.6
2024-02-29
7
[1, 0, 0]
1.6
countries
5.7.1
2023-12-07
6.0.0
2024-02-17
2
[1, 0, 0]
0.2
datadog-ci
0.3.0
2023-10-25
0.8.2
2024-03-19
9
[0, 5, 0]
0.4
ddtrace
1.16.2
2023-11-10
1.21.0
2024-03-14
5
[0, 5, 0]
0.3
debase-ruby_core_source
3.2.2
2023-09-18
3.3.1
2024-01-09
3
[0, 1, 0]
0.3
device_detector
1.1.1
2023-08-07
1.1.2
2023-12-01
1
[0, 0, 1]
0.3
dotenv
2.8.1
2022-07-27
3.1.0
2024-02-27
6
[1, 0, 0]
1.6
dotenv-rails
2.8.1
2022-07-27
3.1.0
2024-02-27
6
[1, 0, 0]
1.6
emoji_regex
3.2.3
2021-09-28
15.0.0
2023-04-05
3
[12, 0, 0]
1.5
et-orbi
1.2.7
2022-03-09
1.2.9
2024-03-13
2
[0, 0, 2]
2.0
excon
0.104.0
2023-09-29
0.110.0
2024-03-12
6
[0, 6, 0]
0.5
factory_bot
6.4.5
2023-12-30
6.4.6
2024-01-30
1
[0, 0, 1]
0.1
faker
2.23.0
2022-09-01
3.2.3
2024-01-13
7
[1, 0, 0]
1.4
fakeredis
0.8.0
2020-03-04
0.9.2
2023-05-04
3
[0, 1, 0]
3.2
faraday
2.7.6
2023-06-07
2.9.0
2024-01-09
9
[0, 2, 0]
0.6
faraday-gzip
1.0.0
2022-12-27
2.0.1
2024-01-02
4
[1, 0, 0]
1.0
faraday-http-cache
2.5.0
2023-04-27
2.5.1
2024-01-16
1
[0, 0, 1]
0.7
faraday-net_http
3.0.2
2022-11-11
3.1.0
2024-01-09
1
[0, 1, 0]
1.2
faraday-retry
2.1.0
2023-03-03
2.2.0
2023-06-01
1
[0, 1, 0]
0.2
fastly
3.0.2
2021-06-30
8.1.0
2024-02-28
29
[5, 0, 0]
2.7
ferrum
0.14
2023-09-14
0.15
2024-02-17
1
[0, 1, 0]
0.4
ffi-compiler
1.0.1
2016-07-07
1.3.2
2024-03-14
2
[0, 3, 0]
7.7
flipper
0.25.4
2022-11-07
1.2.2
2024-01-19
19
[1, 0, 0]
1.2
flipper-active_record
0.25.4
2022-11-07
1.2.2
2024-01-19
19
[1, 0, 0]
1.2
flipper-active_support_cache_store
0.25.4
2022-11-07
1.2.2
2024-01-19
19
[1, 0, 0]
1.2
flipper-ui
0.25.4
2022-11-07
1.2.2
2024-01-19
18
[1, 0, 0]
1.2
fog-aws
3.21.0
2023-09-29
3.22.0
2024-03-18
2
[0, 1, 0]
0.5
fog-core
2.3.0
2022-03-08
2.4.0
2024-01-03
1
[0, 1, 0]
1.8
fugit
1.10.0
2024-02-22
1.10.1
2024-02-28
1
[0, 0, 1]
0.0
google-protobuf
3.24.0
2023-08-08
4.26.0
2024-03-12
140
[1, 0, 0]
0.6
highline
2.1.0
2022-12-31
3.0.1
2024-01-20
3
[1, 0, 0]
1.1
hkdf
0.3.0
2016-11-09
1.0.0
2021-04-16
1
[1, 0, 0]
4.4
honeybadger
4.12.2
2022-08-15
5.7.0
2024-03-12
14
[1, 0, 0]
1.6
honeycomb-beeline
2.11.0
2022-06-01
3.1.0
2024-03-07
4
[1, 0, 0]
1.8
http
4.4.1
2020-03-29
5.2.0
2024-02-05
11
[1, 0, 0]
3.9
http-accept
1.7.0
2017-03-14
2.2.1
2024-02-05
4
[1, 0, 0]
6.9
http_parser.rb
0.6.0
2013-12-11
0.8.0
2021-09-01
2
[0, 2, 0]
7.7
hypershield
0.2.2
2020-12-18
0.3.1
2022-11-07
2
[0, 1, 0]
1.9
i18n
1.14.3
2024-03-05
1.14.4
2024-03-06
1
[0, 0, 1]
0.0
i18n-js
3.9.2
2022-03-31
4.2.3
2023-03-29
12
[1, 0, 0]
1.0
imgproxy
2.1.0
2022-06-14
3.0.0
2023-12-28
1
[1, 0, 0]
1.5
io-console
0.7.1
2023-12-16
0.7.2
2024-01-18
2
[0, 0, 1]
0.1
irb
1.11.0
2023-12-20
1.12.0
2024-03-07
3
[0, 1, 0]
0.2
jquery-fileupload-rails
0.4.7
2016-06-15
1.0.0
2018-11-15
1
[1, 0, 0]
2.4
json-schema
2.8.1
2018-10-14
4.2.0
2024-03-15
5
[2, 0, 0]
5.4
jwt
2.5.0
2022-08-25
2.8.1
2024-02-29
5
[0, 3, 0]
1.5
katex
0.9.0
2022-05-05
0.10.0
2023-05-01
1
[0, 1, 0]
1.0
knapsack_pro
5.7.0
2023-09-20
7.0.1
2024-03-11
7
[2, 0, 0]
0.5
launchy
2.5.2
2022-12-28
3.0.0
2024-03-04
1
[1, 0, 0]
1.2
libdatadog
5.0.0.1.0
2023-10-04
6.0.0.2.0
2024-03-04
6
[1, 0, 0]
0.4
libhoney
2.2.0
2022-04-14
2.3.0
2024-03-07
1
[0, 1, 0]
1.9
lumberjack
1.2.9
2023-07-19
1.2.10
2023-11-13
1
[0, 0, 1]
0.3
marcel
1.0.2
2021-09-20
1.0.4
2024-03-01
2
[0, 0, 2]
2.4
minitest
5.22.2
2024-02-07
5.22.3
2024-03-13
1
[0, 0, 1]
0.1
modis
4.0.1
2022-03-02
4.2.0
2023-08-01
2
[0, 2, 0]
1.4
multipart-post
2.2.3
2022-06-10
2.4.0
2024-02-07
2
[0, 2, 0]
1.7
net-http-persistent
4.0.1
2021-01-12
4.0.2
2023-03-29
1
[0, 0, 1]
2.2
net-http2
0.18.4
2021-01-07
0.18.5
2023-03-31
1
[0, 0, 1]
2.2
nokogiri
1.16.2
2024-02-04
1.16.3
2024-03-15
11
[0, 0, 1]
0.1
oauth
0.5.10
2022-05-04
1.1.0
2022-08-29
10
[1, 0, 0]
0.3
octokit
5.6.1
2022-09-14
8.1.0
2024-02-01
9
[3, 0, 0]
1.4
omniauth-apple
1.2.2
2022-10-31
1.3.0
2023-01-17
3
[0, 1, 0]
0.2
pg
1.5.5
2024-02-15
1.5.6
2024-03-01
4
[0, 0, 1]
0.0
pg_query
4.2.3
2023-08-05
5.1.0
2024-01-10
2
[1, 0, 0]
0.4
puma
5.6.8
2024-01-08
6.4.2
2024-01-08
26
[1, 0, 0]
0.0
pundit-matchers
1.9.0
2023-04-16
3.1.2
2023-06-27
13
[2, 0, 0]
0.2
rack
2.2.8.1
2024-02-21
3.0.9.1
2024-02-21
16
[1, 0, 0]
0.0
rack-cors
1.1.1
2019-12-30
2.0.2
2024-03-04
4
[1, 0, 0]
4.2
rack-protection
3.1.0
2023-08-07
4.0.0
2024-01-19
2
[1, 0, 0]
0.5
rack-session
1.0.2
2023-12-02
2.0.0
2023-01-18
1
[1, 0, 0]
0.0
rails
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
rails-i18n
7.0.8
2023-08-15
7.0.9
2024-03-13
1
[0, 0, 1]
0.6
railties
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
ransack
3.2.1
2022-05-25
4.1.1
2023-10-29
3
[1, 0, 0]
1.4
rbs
2.8.4
2023-01-20
3.4.4
2024-02-08
27
[1, 0, 0]
1.1
redis
4.7.1
2022-07-01
5.1.0
2024-02-09
14
[1, 0, 0]
1.6
reline
0.4.2
2024-01-05
0.4.3
2024-02-25
1
[0, 0, 1]
0.1
request_store
1.5.1
2022-01-18
1.6.0
2024-02-08
1
[0, 1, 0]
2.1
rice
4.1.0
2023-04-23
4.3.1
2024-03-16
4
[0, 2, 0]
0.9
rouge
4.2.0
2023-10-25
4.2.1
2024-03-18
1
[0, 0, 1]
0.4
rspec
3.12.0
2022-10-26
3.13.0
2024-02-04
1
[0, 1, 0]
1.3
rspec-core
3.12.3
2024-02-04
3.13.0
2024-02-04
1
[0, 1, 0]
0.0
rspec-expectations
3.12.4
2024-02-04
3.13.0
2024-02-04
1
[0, 1, 0]
0.0
rspec-mocks
3.12.7
2024-02-04
3.13.0
2024-02-04
1
[0, 1, 0]
0.0
rspec-rails
6.1.1
2024-01-25
6.1.2
2024-03-18
1
[0, 0, 1]
0.1
rspec-support
3.12.2
2024-02-04
3.13.1
2024-02-23
2
[0, 1, 0]
0.1
rss
0.2.9
2020-02-18
0.3.0
2023-08-11
1
[0, 1, 0]
3.5
rswag-specs
2.5.1
2022-02-10
2.13.0
2023-11-29
9
[0, 8, 0]
1.8
rubocop
1.61.0
2024-02-29
1.62.1
2024-03-11
2
[0, 1, 0]
0.0
rubocop-ast
1.31.1
2024-03-01
1.31.2
2024-03-08
1
[0, 0, 1]
0.0
rubocop-rails
2.23.1
2023-12-25
2.24.0
2024-03-03
1
[0, 1, 0]
0.2
rubocop-rspec
2.26.1
2024-01-05
2.27.1
2024-03-03
2
[0, 1, 0]
0.2
ruby-next-core
0.15.2
2022-08-02
1.0.2
2024-02-23
5
[1, 0, 0]
1.6
ruby-statistics
3.0.0
2021-10-08
3.0.2
2023-04-17
2
[0, 0, 2]
1.5
ruby-vips
2.2.0
2023-10-18
2.2.1
2024-02-21
1
[0, 0, 1]
0.3
sanitize
6.0.2
2023-07-06
6.1.0
2023-09-14
1
[0, 1, 0]
0.2
shoulda-matchers
5.3.0
2022-12-16
6.2.0
2024-03-15
3
[1, 0, 0]
1.2
sidekiq
6.5.12
2023-10-10
7.2.2
2024-02-16
21
[1, 0, 0]
0.4
sidekiq-unique-jobs
7.1.33
2024-02-12
8.0.10
2024-02-22
11
[1, 0, 0]
0.0
simplecov
0.21.2
2021-01-09
0.22.0
2022-12-23
1
[0, 1, 0]
2.0
solargraph-rails
0.3.1
2022-02-04
1.1.0
2022-12-02
3
[1, 0, 0]
0.8
sprockets
4.1.1
2022-06-27
4.2.1
2023-09-05
2
[0, 1, 0]
1.2
stripe
5.55.0
2022-05-05
10.12.0
2024-03-14
88
[5, 0, 0]
1.9
stripe-ruby-mock
3.1.0.rc3
2021-07-16
3.1.0
2024-01-02
1
[0, 0, 0]
2.5
strong_migrations
1.7.0
2024-01-05
1.8.0
2024-03-12
1
[0, 1, 0]
0.2
test-prof
1.3.1
2023-12-12
1.3.2
2024-03-08
1
[0, 0, 1]
0.2
twitter
7.0.0
2020-02-12
8.0.1
2023-09-20
3
[1, 0, 0]
3.6
version_gem
1.1.1
2022-09-19
1.1.3
2023-06-05
2
[0, 0, 2]
0.7
webmock
3.20.0
2024-02-06
3.23.0
2024-02-25
5
[0, 3, 0]
0.1
zlib
2.1.1
2021-10-19
3.1.0
2023-11-07
2
[1, 0, 0]
2.1
ruby
3.2.0
3.3.0
4
[0, 1, 0]
0.0
System is 153.7 libyears behind
Total releases behind: 928
Major, minor, patch versions behind: 73, 96, 30
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
actioncable
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionmailbox
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionmailer
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionpack
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actiontext
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionview
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
active_record_query_trace
1.8
2020-10-13
1.8.2
2023-07-27
2
[0, 0, 2]
2.8
activejob
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activemodel
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activerecord
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activerecord-import
1.4.1
2022-10-07
1.6.0
2024-03-15
3
[0, 2, 0]
1.4
activestorage
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activesupport
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
acts-as-taggable-on
9.0.1
2022-01-07
10.0.0
2023-10-15
1
[1, 0, 0]
1.8
addressable
2.8.4
2023-04-09
2.8.6
2023-12-09
2
[0, 0, 2]
0.7
audited
5.4.1
2023-11-06
5.4.3
2024-01-11
2
[0, 0, 2]
0.2
aws-eventstream
1.2.0
2021-09-01
1.3.0
2023-11-22
1
[0, 1, 0]
2.2
aws-partitions
1.760.0
2023-05-04
1.899.0
2024-03-18
139
[0, 139, 0]
0.9
aws-sdk-core
3.171.1
2023-05-04
3.191.4
2024-03-15
37
[0, 20, 0]
0.9
aws-sdk-kms
1.64.0
2023-05-01
1.78.0
2024-03-18
14
[0, 14, 0]
0.9
aws-sdk-s3
1.122.0
2023-05-04
1.146.0
2024-03-18
28
[0, 24, 0]
0.9
aws-sigv4
1.5.2
2022-09-30
1.8.0
2023-11-28
4
[0, 3, 0]
1.2
base64
0.1.1
2021-10-14
0.2.0
2023-11-07
1
[0, 1, 0]
2.1
bcrypt
3.1.19
2023-06-22
3.1.20
2023-11-17
2
[0, 0, 1]
0.4
blingfire
0.1.8
2023-02-02
0.2.1
2023-12-12
2
[0, 1, 0]
0.9
bootsnap
1.16.0
2023-01-25
1.18.3
2024-01-31
6
[0, 2, 0]
1.0
brakeman
5.4.1
2023-02-21
6.1.2
2024-02-02
5
[1, 0, 0]
0.9
bullet
7.0.7
2023-01-03
7.1.6
2024-01-16
7
[0, 1, 0]
1.0
commonmarker
0.23.10
2023-07-31
1.0.4
2024-01-03
100
[1, 0, 0]
0.4
crack
0.4.5
2020-12-27
1.0.0
2024-02-09
2
[1, 0, 0]
3.1
cypress-on-rails
1.16.0
2023-10-04
1.17.0
2024-01-28
1
[0, 1, 0]
0.3
ddtrace
1.11.1
1980-01-01
1.21.0
2024-03-14
14
[0, 10, 0]
44.2
debase-ruby_core_source
3.2.0
2022-12-25
3.3.1
2024-01-09
5
[0, 1, 0]
1.0
debug
1.8.0
2023-05-09
1.9.1
2023-12-22
2
[0, 1, 0]
0.6
devise_token_auth
1.2.1
2022-09-10
1.2.2
2023-06-11
1
[0, 0, 1]
0.8
diff-lcs
1.5.0
2021-12-23
1.5.1
2024-01-31
1
[0, 0, 1]
2.1
digest-crc
0.6.4
2021-07-25
0.6.5
2023-07-04
1
[0, 0, 1]
1.9
domain_name 0.5.20190701
2019-07-05 0.6.20240107
2024-01-09
2
[0, 1, 0]
4.5
dotenv
2.8.1
2022-07-27
3.1.0
2024-02-27
6
[1, 0, 0]
1.6
dotenv-rails
2.8.1
2022-07-27
3.1.0
2024-02-27
6
[1, 0, 0]
1.6
down
5.4.0
2022-12-26
5.4.1
2023-05-20
1
[0, 0, 1]
0.4
elastic-apm
4.6.2
2023-03-22
4.7.2
2024-01-23
3
[0, 1, 0]
0.8
et-orbi
1.2.7
2022-03-09
1.2.9
2024-03-13
2
[0, 0, 2]
2.0
execjs
2.8.1
2021-05-14
2.9.1
2023-09-16
2
[0, 1, 0]
2.3
factory_bot
6.4.5
2023-12-30
6.4.6
2024-01-30
1
[0, 0, 1]
0.1
faker
3.2.0
2023-04-14
3.2.3
2024-01-13
3
[0, 0, 3]
0.8
faraday
2.7.4
2023-01-20
2.9.0
2024-01-09
11
[0, 2, 0]
1.0
faraday-net_http
3.0.2
2022-11-11
3.1.0
2024-01-09
1
[0, 1, 0]
1.2
faraday-retry
2.1.0
2023-03-03
2.2.0
2023-06-01
1
[0, 1, 0]
0.2
ffi-compiler
1.0.1
2016-07-07
1.3.2
2024-03-14
2
[0, 3, 0]
7.7
fugit
1.9.0
2023-10-23
1.10.1
2024-02-28
2
[0, 1, 0]
0.4
gapic-common
0.18.0
2023-02-27
0.21.1
2023-12-14
4
[0, 3, 0]
0.8
geocoder
1.8.1
2022-09-23
1.8.2
2023-07-04
1
[0, 0, 1]
0.8
google-apis-core
0.11.0
2023-02-08
0.14.1
2024-03-13
7
[0, 3, 0]
1.1
google-apis-iamcredentials_v1
0.17.0
2023-02-19
0.20.0
2024-03-10
3
[0, 3, 0]
1.1
google-apis-storage_v1
0.19.0
2022-09-26
0.36.0
2024-03-17
17
[0, 17, 0]
1.5
google-cloud-core
1.6.0
2021-03-10
1.7.0
2024-03-07
2
[0, 1, 0]
3.0
google-cloud-dialogflow-v2
0.23.0
2023-03-08
0.34.0
2024-03-14
15
[0, 11, 0]
1.0
google-cloud-env
1.6.0
2022-03-25
2.1.1
2024-02-01
4
[1, 0, 0]
1.9
google-cloud-errors
1.3.1
2023-02-28
1.4.0
2024-03-07
1
[0, 1, 0]
1.0
google-cloud-location
0.4.0
2023-02-14
0.8.0
2024-02-26
6
[0, 4, 0]
1.0
google-cloud-storage
1.44.0
2022-11-03
1.49.0
2024-02-21
6
[0, 5, 0]
1.3
google-cloud-translate-v3
0.6.0
2023-02-23
0.12.0
2024-02-26
11
[0, 6, 0]
1.0
google-protobuf
3.25.2
2024-01-08
4.26.0
2024-03-12
50
[1, 0, 0]
0.2
googleapis-common-protos
1.4.0
2022-12-14
1.5.0
2024-02-23
1
[0, 1, 0]
1.2
googleapis-common-protos-types
1.11.0
2023-12-04
1.14.0
2024-03-16
3
[0, 3, 0]
0.3
googleauth
1.5.2
2023-04-14
1.11.0
2024-02-14
8
[0, 6, 0]
0.8
groupdate
6.2.1
2023-04-18
6.4.0
2023-09-14
2
[0, 2, 0]
0.4
grpc
1.54.3
2023-08-01
1.62.0
2024-02-20
129
[0, 8, 0]
0.6
hairtrigger
1.0.0
2022-12-13
1.1.1
2024-01-04
2
[0, 1, 0]
1.1
hashdiff
1.0.1
2020-02-27
1.1.0
2023-12-14
1
[0, 1, 0]
3.8
http
5.1.1
2022-12-17
5.2.0
2024-02-05
1
[0, 1, 0]
1.1
http-accept
1.7.0
2017-03-14
2.2.1
2024-02-05
4
[1, 0, 0]
6.9
i18n
1.14.1
2023-06-04
1.14.4
2024-03-06
2
[0, 0, 3]
0.8
io-console
0.6.0
2022-12-16
0.7.2
2024-01-18
6
[0, 1, 0]
1.1
irb
1.7.2
2023-07-11
1.12.0
2024-03-07
14
[0, 5, 0]
0.7
json
2.6.3
2022-12-05
2.7.1
2023-12-05
4
[0, 1, 0]
1.0
json_schemer
0.2.24
2022-12-08
2.2.1
2024-03-14
10
[2, 0, 0]
1.3
jwt
2.7.0
2023-02-01
2.8.1
2024-02-29
3
[0, 1, 0]
1.1
koala
3.4.0
2023-01-05
3.5.0
2023-08-23
1
[0, 1, 0]
0.6
launchy
2.5.2
2022-12-28
3.0.0
2024-03-04
1
[1, 0, 0]
1.2
letter_opener
1.8.1
2022-03-19
1.9.0
2024-02-13
1
[0, 1, 0]
1.9
libdatadog
2.0.0.1.0
2023-02-03
6.0.0.2.0
2024-03-04
15
[4, 0, 0]
1.1
libddwaf
1.8.2.0.0
2023-03-06
1.14.0.0.0
2023-09-13
30
[0, 6, 0]
0.5
listen
3.8.0
2023-01-09
3.9.0
2024-02-24
1
[0, 1, 0]
1.1
llhttp-ffi
0.4.0
2021-09-09
0.5.0
2023-03-29
1
[0, 1, 0]
1.6
marcel
1.0.2
2021-09-20
1.0.4
2024-03-01
2
[0, 0, 2]
2.4
mime-types
3.4.1
2021-11-16
3.5.2
2024-01-02
3
[0, 1, 0]
2.1
mime-types-data 3.2023.0218.1
2023-02-18
3.2024.0305
2024-03-05
5
[0, 1, 0]
1.0
minitest
5.21.2
2024-01-18
5.22.3
2024-03-13
4
[0, 1, 0]
0.2
mock_redis
0.36.0
2023-01-27
0.44.0
2024-01-25
8
[0, 8, 0]
1.0
msgpack
1.7.0
2023-03-29
1.7.2
2023-07-18
4
[0, 0, 2]
0.3
multipart-post
2.3.0
2023-01-26
2.4.0
2024-02-07
1
[0, 1, 0]
1.0
neighbor
0.2.3
2023-04-03
0.3.2
2023-12-12
3
[0, 1, 0]
0.7
net-imap
0.4.9
2023-12-24
0.4.10
2024-02-04
2
[0, 0, 1]
0.1
net-smtp
0.3.4
2024-01-05
0.4.0.1
2024-01-05
2
[0, 1, 0]
0.0
newrelic_rpm
9.6.0
2023-10-30
9.7.1
2024-01-25
2
[0, 1, 0]
0.2
nokogiri
1.16.2
2024-02-04
1.16.3
2024-03-15
11
[0, 0, 1]
0.1
onnxruntime
0.7.6
2023-05-25
0.9.0
2024-02-27
18
[0, 2, 0]
0.8
openssl
3.1.0
2022-12-23
3.2.0
2023-09-21
2
[0, 1, 0]
0.7
parallel
1.23.0
2023-04-18
1.24.0
2023-12-16
1
[0, 1, 0]
0.7
parser
3.2.2.1
2023-04-24
3.3.0.5
2024-01-21
9
[0, 1, 0]
0.7
pg
1.5.3
2023-04-28
1.5.6
2024-03-01
12
[0, 0, 3]
0.8
pgvector
0.1.1
2022-02-08
0.2.2
2023-10-04
3
[0, 1, 0]
1.7
public_suffix
5.0.1
2022-12-07
5.0.4
2023-11-17
2
[0, 0, 3]
0.9
pundit
2.3.0
2022-12-19
2.3.1
2023-07-17
1
[0, 0, 1]
0.6
rack
2.2.8.1
2024-02-21
3.0.9.1
2024-02-21
16
[1, 0, 0]
0.0
rack-cors
2.0.0
2023-02-14
2.0.2
2024-03-04
2
[0, 0, 2]
1.1
rack-mini-profiler
3.2.0
2023-12-06
3.3.1
2024-02-14
3
[0, 1, 0]
0.2
rack-protection
3.1.0
2023-08-07
4.0.0
2024-01-19
2
[1, 0, 0]
0.5
rack-proxy
0.7.6
2023-01-17
0.7.7
2023-09-01
1
[0, 0, 1]
0.6
rails
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
railties
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
redis
5.0.6
2023-01-16
5.1.0
2024-02-09
3
[0, 1, 0]
1.1
redis-client
0.19.1
2023-12-21
0.21.0
2024-03-04
2
[0, 2, 0]
0.2
redis-namespace
1.10.0
2022-12-20
1.11.0
2023-06-08
1
[0, 1, 0]
0.5
regexp_parser
2.8.0
2023-04-17
2.9.0
2024-01-07
4
[0, 1, 0]
0.7
reline
0.3.6
2023-07-08
0.4.3
2024-02-25
7
[0, 1, 0]
0.6
request_store
1.5.1
2022-01-18
1.6.0
2024-02-08
1
[0, 1, 0]
2.1
rexml
3.2.5
2021-04-05
3.2.6
2023-07-27
1
[0, 0, 1]
2.3
rspec-core
3.12.2
2023-04-18
3.13.0
2024-02-04
2
[0, 1, 0]
0.8
rspec-expectations
3.12.3
2023-04-20
3.13.0
2024-02-04
2
[0, 1, 0]
0.8
rspec-mocks
3.12.5
2023-03-30
3.13.0
2024-02-04
3
[0, 1, 0]
0.9
rspec-rails
6.0.2
2023-05-04
6.1.2
2024-03-18
5
[0, 1, 0]
0.9
rspec-support
3.12.0
2022-10-26
3.13.1
2024-02-23
4
[0, 1, 0]
1.3
rubocop
1.50.2
2023-04-17
1.62.1
2024-03-11
26
[0, 12, 0]
0.9
rubocop-ast
1.28.1
2023-05-02
1.31.2
2024-03-08
5
[0, 3, 0]
0.9
rubocop-capybara
2.18.0
2023-04-21
2.20.0
2024-01-02
2
[0, 2, 0]
0.7
rubocop-performance
1.17.1
2023-04-09
1.20.2
2024-01-08
6
[0, 3, 0]
0.8
rubocop-rails
2.19.1
2023-04-16
2.24.0
2024-03-03
12
[0, 5, 0]
0.9
rubocop-rspec
2.21.0
2023-05-05
2.27.1
2024-03-03
11
[0, 6, 0]
0.8
ruby-vips
2.1.4
2021-11-20
2.2.1
2024-02-21
2
[0, 1, 0]
2.3
ruby_parser
3.20.0
2023-03-04
3.21.0
2024-01-16
4
[0, 1, 0]
0.9
scout_apm
5.3.3
2022-12-09
5.3.7
2024-02-07
2
[0, 0, 4]
1.2
sentry-rails
5.14.0
2023-11-27
5.17.1
2024-03-15
6
[0, 3, 0]
0.3
sentry-ruby
5.14.0
2023-11-27
5.17.1
2024-03-15
7
[0, 3, 0]
0.3
sentry-sidekiq
5.14.0
2023-11-27
5.17.1
2024-03-15
7
[0, 3, 0]
0.3
sexp_processor
4.17.0
2023-05-03
4.17.1
2024-01-16
1
[0, 0, 1]
0.7
shoulda-matchers
5.3.0
2022-12-16
6.2.0
2024-03-15
3
[1, 0, 0]
1.2
sidekiq
7.2.1
2024-01-19
7.2.2
2024-02-16
1
[0, 0, 1]
0.1
signet
0.17.0
2022-06-23
0.19.0
2024-02-13
2
[0, 2, 0]
1.6
simplecov
0.17.1
2019-09-16
0.22.0
2022-12-23
16
[0, 5, 0]
3.3
simplecov-html
0.10.2
2017-08-14
0.12.3
2020-09-23
7
[0, 2, 0]
3.1
slack-ruby-client
2.2.0
2023-09-17
2.3.0
2024-01-31
1
[0, 1, 0]
0.4
spring
4.1.1
2023-01-09
4.1.3
2023-11-22
2
[0, 0, 2]
0.9
squasher
0.7.2
2023-03-07
0.7.3
2023-12-24
1
[0, 0, 1]
0.8
stackprof
0.2.25
2023-04-06
0.2.26
2024-01-15
1
[0, 0, 1]
0.8
stripe
8.5.0
2023-03-30
10.12.0
2024-03-14
54
[2, 0, 0]
1.0
telephone_number
1.4.20
2023-03-01
1.4.21
2024-03-13
1
[0, 0, 1]
1.0
test-prof
1.2.1
2023-03-22
1.3.2
2024-03-08
5
[0, 1, 0]
1.0
thor
1.3.0
2023-10-18
1.3.1
2024-02-26
1
[0, 0, 1]
0.4
twilio-ruby
5.77.0
2023-04-20
6.12.1
2024-03-12
24
[1, 0, 0]
0.9
tzinfo-data
1.2023.3
2023-03-29
1.2024.1
2024-02-01
2
[0, 1, 0]
0.8
unf_ext
0.0.8.2
2022-05-26
0.0.9.1
2023-11-16
8
[0, 0, 1]
1.5
unicode-display_width
2.4.2
2023-01-04
2.5.0
2023-10-01
1
[0, 1, 0]
0.7
valid_email2
4.0.6
2023-03-24
5.2.1
2024-02-05
10
[1, 0, 0]
0.9
web-push
3.0.0
2023-01-05
3.0.1
2023-11-13
1
[0, 0, 1]
0.9
webmock
3.18.1
2022-08-18
3.23.0
2024-02-25
8
[0, 5, 0]
1.5
wisper
2.0.0
2017-03-07
2.0.1
2019-10-16
1
[0, 0, 1]
2.6
zeitwerk
2.6.12
2023-09-25
2.6.13
2024-02-06
1
[0, 0, 1]
0.4
ruby
3.2.2
3.3.0
2
[0, 1, 0]
0.0
System is 211.9 libyears behind
Total releases behind: 1308
Major, minor, patch versions behind: 23, 435, 54
LIBRARY
INSTALLED
LATEST
RELEASES
VERSIONS
LIBYEARS
CFPropertyList
3.0.5
2021-11-15
3.0.7
2024-02-15
2
[0, 0, 2]
2.3
RedCloth
4.3.3
2023-11-03
4.3.4
2024-03-13
1
[0, 0, 1]
0.4
acme-client
2.0.11
2022-06-01
2.0.17
2024-02-13
6
[0, 0, 6]
1.7
actioncable
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionmailbox
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionmailer
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionpack
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actiontext
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
actionview
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activejob
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activemodel
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activerecord
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activestorage
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
activesupport
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
addressable
2.8.1
2022-08-19
2.8.6
2023-12-09
5
[0, 0, 5]
1.3
app_store_connect
0.29.0
2022-11-17
0.38.0
2023-05-02
8
[0, 9, 0]
0.5
asciidoctor
2.0.18
2018-03-20
2.0.22
2018-03-20
4
[0, 0, 4]
0.0
asciidoctor-kroki
0.8.0
2023-02-26
0.9.1
2023-10-11
1
[0, 1, 0]
0.6
asciidoctor-plantuml
0.0.16
2022-04-30
0.1.1
2022-05-01
2
[0, 1, 0]
0.0
attr_required
1.0.1
2016-01-26
1.0.2
2023-12-27
1
[0, 0, 1]
7.9
awrence
1.2.1
2021-02-18
2.0.1
2022-01-23
2
[1, 0, 0]
0.9
aws-partitions
1.877.0
2024-01-03
1.899.0
2024-03-18
22
[0, 22, 0]
0.2
aws-sdk-cloudformation
1.41.0
2020-07-02
1.102.0
2024-03-18
61
[0, 61, 0]
3.7
aws-sdk-core
3.191.3
2024-02-20
3.191.4
2024-03-15
1
[0, 0, 1]
0.1
aws-sdk-kms
1.76.0
2024-01-05
1.78.0
2024-03-18
2
[0, 2, 0]
0.2
aws-sdk-s3
1.144.0
2024-03-13
1.146.0
2024-03-18
2
[0, 2, 0]
0.0
axe-core-api
4.8.0
2023-10-02
4.8.2
2024-02-12
8
[0, 0, 2]
0.4
base32
0.3.2
2014-02-18
0.3.4
2020-08-25
1
[0, 0, 2]
6.5
batch-loader
2.0.1
2021-02-18
2.0.2
2023-11-23
1
[0, 0, 1]
2.8
bcrypt
3.1.18
2022-05-16
3.1.20
2023-11-17
4
[0, 0, 2]
1.5
benchmark
0.2.0
2021-10-14
0.3.0
2023-11-06
2
[0, 1, 0]
2.1
benchmark-ips
2.11.0
2015-01-12
2.13.0
2015-01-12
2
[0, 2, 0]
0.0
bindata
2.4.11
2022-09-27
2.5.0
1980-01-01
5
[0, 1, 0]
0.0
binding_of_caller
1.0.0
2020-12-28
1.0.1
2024-03-07
1
[0, 0, 1]
3.2
bullet
7.1.2
2023-10-13
7.1.6
2024-01-16
4
[0, 0, 4]
0.3
carrierwave
1.3.4
2023-09-24
3.0.6
2024-03-09
21
[2, 0, 0]
0.5
chef-config
18.3.0
2023-08-29
18.4.12
2024-02-20
2
[0, 1, 0]
0.5
chef-utils
18.3.0
2023-08-29
18.4.12
2024-02-20
2
[0, 1, 0]
0.5
colored2
3.1.2
2017-02-14
4.0.0
2023-08-24
1
[1, 0, 0]
6.5
commonmarker
0.23.10
2023-07-31
1.0.4
2024-01-03
100
[1, 0, 0]
0.4
concurrent-ruby
1.2.2
2023-02-24
1.2.3
2024-01-16
1
[0, 0, 1]
0.9
countries
4.0.1
2021-07-19
6.0.0
2024-02-17
26
[2, 0, 0]
2.6
crack
0.4.3
2015-12-02
1.0.0
2024-02-09
4
[1, 0, 0]
8.2
css_parser
1.14.0
2023-01-09
1.16.0
2023-09-01
2
[0, 2, 0]
0.6
cvss-suite
3.0.1
2022-03-13
3.1.1
2023-10-15
2
[0, 1, 0]
1.6
danger
9.4.2
2023-12-13
9.4.3
2024-02-04
1
[0, 0, 1]
0.1
date
3.3.3
2022-12-19
3.3.4
2023-11-07
2
[0, 0, 1]
0.9
dead_end
3.1.1
2022-01-04
4.0.0
2022-06-02
2
[1, 0, 0]
0.4
debug_inspector
1.1.0
2021-03-23
1.2.0
2023-12-12
1
[0, 1, 0]
2.7
deprecation_toolkit
1.5.1
2020-04-28
2.2.0
2024-02-05
7
[1, 0, 0]
3.8
device_detector
1.0.0
2016-10-10
1.1.2
2023-12-01
10
[0, 1, 0]
7.1
devise-two-factor
4.1.1
2023-10-12
5.0.0
2022-07-11
1
[1, 0, 0]
0.0
diff-lcs
1.5.0
2021-12-23
1.5.1
2024-01-31
1
[0, 0, 1]
2.1
domain_name 0.5.20190701
2019-07-05 0.6.20240107
2024-01-09
2
[0, 1, 0]
4.5
doorkeeper
5.6.6
2023-03-29
5.6.9
2024-02-14
3
[0, 0, 3]
0.9
doorkeeper-openid_connect
1.8.7
2023-05-18
1.8.8
2024-02-26
1
[0, 0, 1]
0.8
dotenv
2.7.6
2020-07-11
3.1.0
2024-02-27
8
[1, 0, 0]
3.6
dry-types
1.7.1
2023-02-17
1.7.2
2024-01-05
1
[0, 0, 1]
0.9
ecma-re-validator
0.3.0
2020-12-03
0.4.0
2022-01-12
1
[0, 1, 0]
1.1
elasticsearch
7.13.3
2021-07-12
8.12.2
2024-02-06
38
[1, 0, 0]
2.6
elasticsearch-api
7.13.3
2021-07-12
8.12.2
2024-02-06
38
[1, 0, 0]
2.6
elasticsearch-model
7.2.0
2021-08-11
7.2.1
2022-02-23
1
[0, 0, 1]
0.5
elasticsearch-transport
7.13.3
2021-07-12
7.17.10
2023-11-07
14
[0, 4, 0]
2.3
email_reply_trimmer
0.1.6
2016-11-17
0.1.13
2020-06-04
7
[0, 0, 7]
3.5
email_spec
2.2.0
2018-04-03
2.2.2
2023-06-27
2
[0, 0, 2]
5.2
et-orbi
1.2.7
2022-03-09
1.2.9
2024-03-13
2
[0, 0, 2]
2.0
excon
0.99.0
2023-02-03
0.110.0
2024-03-12
11
[0, 11, 0]
1.1
execjs
2.8.1
2021-05-14
2.9.1
2023-09-16
2
[0, 1, 0]
2.3
factory_bot
6.4.5
2023-12-30
6.4.6
2024-01-30
1
[0, 0, 1]
0.1
faraday
1.10.0
2022-02-17
2.9.0
2024-01-09
33
[1, 0, 0]
1.9
faraday-em_http
1.0.0
2021-04-25
2.0.0
2024-02-10
1
[1, 0, 0]
2.8
faraday-excon
1.1.0
2021-04-18
2.1.0
2022-03-11
2
[1, 0, 0]
0.9
faraday-http-cache
2.5.0
2023-04-27
2.5.1
2024-01-16
1
[0, 0, 1]
0.7
faraday-httpclient
1.0.1
2021-07-04
2.0.1
2022-01-06
2
[1, 0, 0]
0.5
faraday-net_http
1.0.1
2021-01-12
3.1.0
2024-01-09
11
[2, 0, 0]
3.0
faraday-net_http_persistent
1.2.0
2021-07-12
2.1.0
2022-08-11
4
[1, 0, 0]
1.1
faraday-patron
1.0.0
2021-07-04
2.0.1
2022-01-06
2
[1, 0, 0]
0.5
faraday-rack
1.0.0
2021-08-01
2.0.0
2022-03-12
1
[1, 0, 0]
0.6
faraday-retry
1.0.3
2022-01-06
2.2.0
2023-06-01
3
[1, 0, 0]
1.4
faraday_middleware-aws-sigv4
0.3.0
2019-09-30
1.0.1
2022-10-01
6
[1, 0, 0]
3.0
ffi
1.15.5
2022-01-10
1.16.3
2023-10-04
20
[0, 1, 0]
1.7
ffi-compiler
1.0.1
2016-07-07
1.3.2
2024-03-14
2
[0, 3, 0]
7.7
ffi-yajl
2.6.0
2023-07-19
3.0.0
2023-06-12
2
[1, 0, 0]
0.0
flipper
0.26.2
2023-03-15
1.2.2
2024-01-19
14
[1, 0, 0]
0.8
flipper-active_record
0.26.2
2023-03-15
1.2.2
2024-01-19
14
[1, 0, 0]
0.8
flipper-active_support_cache_store
0.26.2
2023-03-15
1.2.2
2024-01-19
14
[1, 0, 0]
0.8
fog-aws
3.18.0
2023-02-16
3.22.0
2024-03-18
5
[0, 4, 0]
1.1
fog-core
2.1.0
2018-03-10
2.4.0
2024-01-03
9
[0, 3, 0]
5.8
fog-google
1.19.0
2022-07-13
1.23.0
2023-12-02
5
[0, 4, 0]
1.4
fog-xml
0.1.3
2017-03-30
0.1.4
2021-10-01
1
[0, 0, 1]
4.5
formatador
0.2.5
2014-05-23
1.1.0
2022-01-24
3
[1, 0, 0]
7.7
fugit
1.8.1
2023-01-20
1.10.1
2024-02-28
3
[0, 2, 0]
1.1
fuubar
2.2.0
2016-08-23
2.5.1
2020-12-31
9
[0, 3, 0]
4.4
gapic-common
0.20.0
2023-09-05
0.21.1
2023-12-14
1
[0, 1, 0]
0.3
gemoji
3.0.1
2019-04-25
4.1.0
2023-03-29
7
[1, 0, 0]
3.9
gettext_i18n_rails
1.11.0
2023-05-31
1.12.0
2023-06-21
1
[0, 1, 0]
0.1
git
1.18.0
2023-03-19
1.19.1
2024-01-13
2
[0, 1, 0]
0.8
gitaly16.10.0.pre.rc1
2024-02-2616.10.0.pre.rc42
2024-03-19
1
[0, 0, 0]
0.1
gitlab-chronic
0.10.5
2019-11-25
0.10.6
2020-01-03
1
[0, 0, 1]
0.1
gitlab-fog-azure-rm
1.8.0
2023-07-12
1.9.1
2024-03-16
2
[0, 1, 0]
0.7
gitlab-net-dns
0.9.2
2023-04-19
0.10.0
2023-12-16
1
[0, 1, 0]
0.7
gitlab-sdk
0.3.0
2024-01-16
0.3.1
2024-02-29
1
[0, 0, 1]
0.1
gitlab_quality-test_tooling
1.17.0
2024-03-01
1.19.1
2024-03-14
3
[0, 2, 0]
0.0
globalid
1.1.0
2023-01-25
1.2.1
2023-09-05
2
[0, 1, 0]
0.6
google-apis-androidpublisher_v3
0.34.0
2023-02-12
0.58.0
2024-02-25
24
[0, 24, 0]
1.0
google-apis-cloudbilling_v1
0.21.0
2022-10-21
0.35.0
2024-02-25
14
[0, 14, 0]
1.3
google-apis-cloudresourcemanager_v1
0.31.0
2022-10-31
0.40.0
2024-03-17
9
[0, 9, 0]
1.4
google-apis-compute_v1
0.57.0
2023-01-04
0.92.0
2024-03-17
35
[0, 35, 0]
1.2
google-apis-container_v1
0.43.0
2023-01-08
0.68.0
2024-03-17
25
[0, 25, 0]
1.2
google-apis-container_v1beta1
0.43.0
2023-01-08
0.70.0
2024-03-17
27
[0, 27, 0]
1.2
google-apis-core
0.11.2
2023-10-27
0.14.1
2024-03-13
5
[0, 3, 0]
0.4
google-apis-dns_v1
0.28.0
2022-09-26
0.40.0
2024-03-03
12
[0, 12, 0]
1.4
google-apis-iam_v1
0.36.0
2022-10-31
0.54.0
2024-02-25
18
[0, 18, 0]
1.3
google-apis-iamcredentials_v1
0.15.0
2022-09-26
0.20.0
2024-03-10
5
[0, 5, 0]
1.5
google-apis-monitoring_v3
0.37.0
2022-10-21
0.58.0
2024-03-10
21
[0, 21, 0]
1.4
google-apis-pubsub_v1
0.30.0
2022-10-21
0.49.0
2024-02-25
19
[0, 19, 0]
1.3
google-apis-serviceusage_v1
0.28.0
2022-12-12
0.49.0
2024-02-25
21
[0, 21, 0]
1.2
google-apis-sqladmin_v1beta4
0.41.0
2022-12-12
0.67.0
2024-03-10
26
[0, 26, 0]
1.2
google-apis-storage_v1
0.29.0
2023-10-15
0.36.0
2024-03-17
7
[0, 7, 0]
0.4
google-cloud-artifact_registry-v1
0.11.0
2023-10-27
0.13.0
2024-02-26
4
[0, 2, 0]
0.3
google-cloud-common
1.1.0
2022-08-18
1.6.0
2024-02-23
5
[0, 5, 0]
1.5
google-cloud-compute-v1
2.6.0
2023-12-12
2.10.0
2024-03-04
6
[0, 4, 0]
0.2
google-cloud-core
1.6.0
2021-03-10
1.7.0
2024-03-07
2
[0, 1, 0]
3.0
google-cloud-env
1.6.0
2022-03-25
2.1.1
2024-02-01
4
[1, 0, 0]
1.9
google-cloud-errors
1.3.0
2022-09-13
1.4.0
2024-03-07
2
[0, 1, 0]
1.5
google-cloud-location
0.6.0
2023-09-12
0.8.0
2024-02-26
3
[0, 2, 0]
0.5
google-cloud-profiler-v2
0.4.0
2023-03-08
0.10.0
2024-02-26
9
[0, 6, 0]
1.0
google-cloud-storage
1.45.0
2023-11-06
1.49.0
2024-02-21
5
[0, 4, 0]
0.3
google-protobuf
3.25.3
2024-02-15
4.26.0
2024-03-12
40
[1, 0, 0]
0.1
googleapis-common-protos
1.4.0
2022-12-14
1.5.0
2024-02-23
1
[0, 1, 0]
1.2
googleapis-common-protos-types
1.5.0
2023-01-04
1.14.0
2024-03-16
9
[0, 9, 0]
1.2
googleauth
1.8.1
2023-09-20
1.11.0
2024-02-14
4
[0, 3, 0]
0.4
gpgme
2.0.23
2023-08-16
2.0.24
2024-01-31
1
[0, 0, 1]
0.5
grape-entity
0.10.2
2022-07-29
1.0.0
2023-02-16
1
[1, 0, 0]
0.6
grape-swagger
2.0.1
2024-01-02
2.0.2
2024-02-02
1
[0, 0, 1]
0.1
grape-swagger-entity
0.5.1
2020-06-30
0.5.3
2024-02-02
2
[0, 0, 2]
3.6
graphiql-rails
1.8.0
2021-08-17
1.10.0
2024-02-23
2
[0, 2, 0]
2.5
graphlient
0.6.0
2022-06-11
0.8.0
2024-01-06
2
[0, 2, 0]
1.6
graphql
2.2.5
2024-01-10
2.2.14
2024-03-18
9
[0, 0, 9]
0.2
graphql-client
0.19.0
2024-01-24
0.21.0
2024-03-13
2
[0, 2, 0]
0.1
grpc
1.60.0
2023-11-28
1.62.0
2024-02-20
34
[0, 2, 0]
0.2
grpc-google-iam-v1
1.5.0
2024-01-09
1.7.0
2024-02-23
2
[0, 2, 0]
0.1
guard
2.16.2
2020-03-25
2.18.1
2023-09-12
3
[0, 2, 0]
3.5
haml
5.2.2
2021-07-27
6.3.0
2023-12-10
47
[1, 0, 0]
2.4
haml_lint
0.53.0
2024-01-08
0.57.0
2024-02-13
4
[0, 4, 0]
0.1
hamlit
2.15.0
2021-04-13
3.0.3
2022-11-08
18
[1, 0, 0]
1.6
hashdiff
1.0.1
2020-02-27
1.1.0
2023-12-14
1
[0, 1, 0]
3.8
html-pipeline
2.14.3
2022-10-14
3.1.0
2024-02-28
10
[1, 0, 0]
1.4
html2text
0.2.0
2015-12-18
0.3.1
2019-06-11
3
[0, 1, 0]
3.5
htmlbeautifier
1.4.2
2022-04-05
1.4.3
2024-02-13
1
[0, 0, 1]
1.9
http
5.1.1
2022-12-17
5.2.0
2024-02-05
1
[0, 1, 0]
1.1
http-accept
1.7.0
2017-03-14
2.2.1
2024-02-05
4
[1, 0, 0]
6.9
i18n
1.14.1
2023-06-04
1.14.4
2024-03-06
2
[0, 0, 3]
0.8
i18n_data
0.13.1
2021-11-29
0.17.1
2022-09-16
5
[0, 4, 0]
0.8
icalendar
2.8.0
2022-07-11
2.10.1
2023-12-01
3
[0, 2, 0]
1.4
influxdb-client
2.9.0
2022-12-01
3.1.0
2024-03-01
8
[1, 0, 0]
1.2
invisible_captcha
2.1.0
2023-03-12
2.3.0
2024-03-17
2
[0, 2, 0]
1.0
ipaddr
1.2.5
2022-12-05
1.2.6
2023-12-16
1
[0, 0, 1]
1.0
jaeger-client
1.1.0
2020-08-21
1.3.0
2022-02-01
2
[0, 2, 0]
1.4
js_regex
3.8.0
2022-09-25
3.11.1
2024-01-07
4
[0, 3, 0]
1.3
json
2.6.3
2022-12-05
2.7.1
2023-12-05
4
[0, 1, 0]
1.0
json-jwt
1.15.3
2022-08-18
1.16.6
2024-03-03
8
[0, 1, 0]
1.5
json_schemer
0.2.18
2021-02-27
2.2.1
2024-03-14
16
[2, 0, 0]
3.0
jsonb_accessor
1.3.10
2023-05-31
1.4
2023-10-15
2
[0, 1, 0]
0.4
jsonpath
1.1.2
2022-04-24
1.1.5
2023-10-12
3
[0, 0, 3]
1.5
jwt
2.5.0
2022-08-25
2.8.1
2024-02-29
5
[0, 3, 0]
1.5
knapsack
1.22.0
2021-04-20
4.0.0
2021-08-05
4
[3, 0, 0]
0.3
kramdown
2.3.2
2022-03-18
2.4.0
2022-04-25
1
[0, 1, 0]
0.1
launchy
2.5.0
2020-02-28
3.0.0
2024-03-04
2
[1, 0, 0]
4.0
lefthook
1.5.6
2024-01-12
1.6.7
2024-03-15
9
[0, 1, 0]
0.2
letter_opener
1.7.0
2018-12-10
1.9.0
2024-02-13
3
[0, 2, 0]
5.2
license_finder
7.0.1
2022-03-18
7.1.0
2022-11-28
1
[0, 1, 0]
0.7
licensee
9.16.1
2023-12-31
9.17.0
2024-03-13
1
[0, 1, 0]
0.2
listen
3.7.1
2022-01-13
3.9.0
2024-02-24
2
[0, 2, 0]
2.1
llhttp-ffi
0.4.0
2021-09-09
0.5.0
2023-03-29
1
[0, 1, 0]
1.6
locale
2.1.3
2020-02-12
2.1.4
2024-03-18
1
[0, 0, 1]
4.1
lockbox
1.3.0
2023-07-02
1.3.3
2024-02-07
3
[0, 0, 3]
0.6
lograge
0.11.2
2019-06-14
0.14.0
2023-10-10
3
[0, 3, 0]
4.3
lookbook
2.2.0
2023-11-23
2.2.2
2024-03-06
2
[0, 0, 2]
0.3
lumberjack
1.2.7
2020-07-30
1.2.10
2023-11-13
3
[0, 0, 3]
3.3
marcel
1.0.2
2021-09-20
1.0.4
2024-03-01
2
[0, 0, 2]
2.4
mime-types
3.5.1
2023-08-22
3.5.2
2024-01-02
1
[0, 0, 1]
0.4
mime-types-data
3.2023.1003
2023-10-03
3.2024.0305
2024-03-05
3
[0, 1, 0]
0.4
mini_magick
4.10.1
2020-01-06
4.12.0
2022-12-07
2
[0, 2, 0]
2.9
mini_mime
1.1.2
2021-10-11
1.1.5
2023-08-08
2
[0, 0, 3]
1.8
minitest
5.11.3
2018-01-26
5.22.3
2024-03-13
26
[0, 11, 0]
6.1
msgpack
1.5.4
2022-07-25
1.7.2
2023-07-18
14
[0, 2, 0]
1.0
multi_json
1.14.1
2019-10-15
1.15.0
2020-07-10
1
[0, 1, 0]
0.7
multipart-post
2.2.3
2022-06-10
2.4.0
2024-02-07
2
[0, 2, 0]
1.7
mustermann-grape
1.0.2
2022-05-03
1.1.0
2023-11-24
1
[0, 1, 0]
1.6
neighbor
0.2.3
2023-04-03
0.3.2
2023-12-12
3
[0, 1, 0]
0.7
net-http
0.1.1
2020-12-22
0.4.1
2024-01-05
9
[0, 3, 0]
3.0
net-http-persistent
4.0.1
2021-01-12
4.0.2
2023-03-29
1
[0, 0, 1]
2.2
net-imap
0.3.4
2022-12-23
0.4.10
2024-02-04
16
[0, 1, 0]
1.1
net-ldap
0.17.1
2022-06-07
0.19.0
2024-01-03
2
[0, 2, 0]
1.6
net-protocol
0.1.3
2022-04-01
0.2.2
2023-11-07
3
[0, 1, 0]
1.6
net-smtp
0.3.3
2022-10-29
0.4.0.1
2024-01-05
3
[0, 1, 0]
1.2
net-ssh
7.2.0
2023-07-30
7.2.1
2023-12-19
2
[0, 0, 1]
0.4
nokogiri
1.16.0
2023-12-27
1.16.3
2024-03-15
33
[0, 0, 3]
0.2
oauth
0.5.6
2021-04-02
1.1.0
2022-08-29
15
[1, 0, 0]
1.4
octokit
8.0.0
2023-10-30
8.1.0
2024-02-01
1
[0, 1, 0]
0.3
oj
3.13.23
2022-11-06
3.16.3
2023-12-11
10
[0, 3, 0]
1.1
omniauth
2.1.0
2022-04-13
2.1.2
2023-12-19
2
[0, 0, 2]
1.7
omniauth-auth0
3.1.0
2022-12-08
3.1.1
2023-07-25
1
[0, 0, 1]
0.6
omniauth-azure-activedirectory-v2
2.0.0
2022-09-14
2.1.0
2023-09-16
2
[0, 1, 0]
1.0
omniauth-facebook
4.0.0
2016-07-27
9.0.0
2021-10-25
5
[5, 0, 0]
5.2
omniauth_openid_connect
0.6.1
2023-02-23
0.7.1
2023-04-26
2
[0, 1, 0]
0.2
openid_connect
1.3.0
2021-10-01
2.3.0
2024-01-03
10
[1, 0, 0]
2.3
openssl
3.1.0
2022-12-23
3.2.0
2023-09-21
2
[0, 1, 0]
0.7
optimist
3.0.1
2020-04-20
3.1.0
2023-07-24
1
[0, 1, 0]
3.3
pact-mock_service
3.11.2
2023-05-18
3.12.1
2023-10-19
2
[0, 1, 0]
0.4
parallel
1.22.1
2022-03-25
1.24.0
2023-12-16
2
[0, 2, 0]
1.7
parser
3.3.0.2
2024-01-07
3.3.0.5
2024-01-21
3
[0, 0, 0]
0.0
parslet
1.8.2
2018-02-13
2.0.0
2020-02-16
1
[1, 0, 0]
2.0
plist
3.7.0
2023-02-21
3.7.1
2023-12-26
1
[0, 0, 1]
0.8
premailer
1.16.0
2022-05-04
1.23.0
2024-03-05
7
[0, 7, 0]
1.8
premailer-rails
1.10.3
2019-07-17
1.12.0
2022-11-10
3
[0, 2, 0]
3.3
public_suffix
5.0.0
2022-07-24
5.0.4
2023-11-17
3
[0, 0, 4]
1.3
puma
6.4.0
1980-01-01
6.4.2
2024-01-08
4
[0, 0, 2]
44.0
racc
1.6.2
2022-12-23
1.7.3
2023-11-04
10
[0, 1, 0]
0.9
rack
2.2.8.1
2024-02-21
3.0.9.1
2024-02-21
16
[1, 0, 0]
0.0
rack-cors
2.0.1
2023-03-17
2.0.2
2024-03-04
1
[0, 0, 1]
1.0
rack-oauth2
1.21.3
2022-09-14
2.2.1
2023-12-27
8
[1, 0, 0]
1.3
rack-protection
2.2.2
2022-07-23
4.0.0
2024-01-19
12
[2, 0, 0]
1.5
rack-session
1.0.2
2023-12-02
2.0.0
2023-01-18
1
[1, 0, 0]
0.0
rails
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
rails-dom-testing
2.0.3
2017-05-10
2.2.0
2023-08-03
3
[0, 2, 0]
6.2
rails-i18n
7.0.3
2022-03-01
7.0.9
2024-03-13
5
[0, 0, 6]
2.0
railties
7.0.8.1
2024-02-21
7.1.3.2
2024-02-21
9
[0, 1, 0]
0.0
rake
13.0.6
2021-07-09
13.1.0
2023-10-28
1
[0, 1, 0]
2.3
rb_sys
0.9.86
2024-01-03
0.9.90
2024-03-01
4
[0, 0, 4]
0.2
re2
2.7.0
2024-01-20
2.9.0
2024-02-29
20
[0, 2, 0]
0.1
recaptcha
5.12.3
2022-09-05
5.16.0
2023-10-24
5
[0, 4, 0]
1.1
redis
5.0.8
2023-10-23
5.1.0
2024-02-09
1
[0, 1, 0]
0.3
redis-cluster-client
0.7.5
2023-10-20
0.7.11
2024-02-20
6
[0, 0, 6]
0.3
redis-clustering
5.0.8
2023-10-23
5.1.0
2024-02-09
1
[0, 1, 0]
0.3
redis-namespace
1.10.0
2022-12-20
1.11.0
2023-06-08
1
[0, 1, 0]
0.5
regexp_parser
2.6.0
2022-09-26
2.9.0
2024-01-07
8
[0, 3, 0]
1.3
regexp_property_values
1.0.0
2019-07-16
1.5.1
2024-01-06
12
[0, 5, 0]
4.5
request_store
1.5.1
2022-01-18
1.6.0
2024-02-08
1
[0, 1, 0]
2.1
responders
3.0.1
2020-05-29
3.1.1
2023-10-11
2
[0, 1, 0]
3.4
reverse_markdown
1.4.0
2020-01-07
2.1.1
2021-10-31
2
[1, 0, 0]
1.8
rinku
2.0.0
2016-05-19
2.0.6
2019-04-23
5
[0, 0, 6]
2.9
rouge
4.2.0
2023-10-25
4.2.1
2024-03-18
1
[0, 0, 1]
0.4
rspec
3.12.0
2022-10-26
3.13.0
2024-02-04
1
[0, 1, 0]
1.3
rspec-core
3.12.2
2023-04-18
3.13.0
2024-02-04
2
[0, 1, 0]
0.8
rspec-expectations
3.12.3
2023-04-20
3.13.0
2024-02-04
2
[0, 1, 0]
0.8
rspec-mocks
3.12.6
2023-07-11
3.13.0
2024-02-04
2
[0, 1, 0]
0.6
rspec-parameterized-table_syntax
1.0.0
2022-12-31
1.0.1
2023-09-26
1
[0, 0, 1]
0.7
rspec-rails
6.1.1
2024-01-25
6.1.2
2024-03-18
1
[0, 0, 1]
0.1
rspec-support
3.12.0
2022-10-26
3.13.1
2024-02-23
4
[0, 1, 0]
1.3
rspec_profiling
0.0.8
2024-02-23
0.0.9
2024-03-12
1
[0, 0, 1]
0.0
rubocop
1.57.2
2023-10-26
1.62.1
2024-03-11
8
[0, 5, 0]
0.4
rubocop-ast
1.29.0
2023-06-01
1.31.2
2024-03-08
4
[0, 2, 0]
0.8
rubocop-capybara
2.19.0
2023-09-19
2.20.0
2024-01-02
1
[0, 1, 0]
0.3
rubocop-factory_bot
2.24.0
2023-09-18
2.25.1
2024-01-08
2
[0, 1, 0]
0.3
rubocop-graphql
0.19.0
2023-01-15
1.5.0
2024-01-06
8
[1, 0, 0]
1.0
rubocop-performance
1.19.1
2023-09-17
1.20.2
2024-01-08
3
[0, 1, 0]
0.3
rubocop-rails
2.22.1
2023-10-28
2.24.0
2024-03-03
4
[0, 2, 0]
0.3
rubocop-rspec
2.25.0
2023-10-27
2.27.1
2024-03-03
4
[0, 2, 0]
0.4
ruby-lsp
0.14.4
2024-03-04
0.14.6
2024-03-15
2
[0, 0, 2]
0.0
ruby-lsp-rails
0.3.1
2024-02-23
0.3.3
2024-03-14
2
[0, 0, 2]
0.1
ruby-openai
3.7.0
2023-03-25
6.3.1
2023-12-04
15
[3, 0, 0]
0.7
ruby-progressbar
1.11.0
2020-12-31
1.13.0
2023-03-04
3
[0, 2, 0]
2.2
ruby-saml
1.15.0
2023-01-04
1.16.0
2023-10-09
1
[0, 1, 0]
0.8
ruby-statistics
3.0.0
2021-10-08
3.0.2
2023-04-17
2
[0, 0, 2]
1.5
rubypants
0.2.0
2004-11-15
0.7.1
2019-12-30
6
[0, 5, 0]
15.1
rugged
1.6.3
2023-03-27
1.7.2
2024-02-07
3
[0, 1, 0]
0.9
sanitize
6.0.2
2023-07-06
6.1.0
2023-09-14
1
[0, 1, 0]
0.2
seed-fu
2.3.7
2017-11-24
2.3.9
2018-04-07
1
[0, 0, 2]
0.4
semver_dialects
2.0.0
2024-03-15
2.0.1
2024-03-19
1
[0, 0, 1]
0.0
sentry-rails
5.10.0
2023-07-04
5.17.1
2024-03-15
10
[0, 7, 0]
0.7
sentry-ruby
5.10.0
2023-07-04
5.17.1
2024-03-15
11
[0, 7, 0]
0.7
sentry-sidekiq
5.10.0
2023-07-04
5.17.1
2024-03-15
11
[0, 7, 0]
0.7
shoulda-matchers
5.1.0
2021-12-22
6.2.0
2024-03-15
5
[1, 0, 0]
2.2
sigdump
0.2.4
2016-02-04
0.2.5
2023-07-03
1
[0, 0, 1]
7.4
signet
0.18.0
2023-09-06
0.19.0
2024-02-13
1
[0, 1, 0]
0.4
singleton
0.1.1
2020-12-22
0.2.0
2023-11-06
1
[0, 1, 0]
2.9
sixarm_ruby_unaccent
1.2.0
2017-08-13
1.2.2
2023-05-23
1
[0, 0, 2]
5.8
snaky_hash
2.0.0
2022-08-29
2.0.1
2022-09-23
1
[0, 0, 1]
0.1
solargraph
0.47.2
2022-09-30
0.50.0
2023-12-05
3
[0, 3, 0]
1.2
sorbet-runtime
0.5.11266
2024-02-23
0.5.11295
2024-03-19
15
[0, 0, 29]
0.1
spring
4.1.0
2022-09-21
4.1.3
2023-11-22
3
[0, 0, 3]
1.2
sprockets
3.7.2
2018-06-19
4.2.1
2023-09-05
18
[1, 0, 0]
5.2
ssrf_filter
1.0.8
2022-08-04
1.1.2
2023-09-01
3
[0, 1, 0]
1.1
stackprof
0.2.25
2023-04-06
0.2.26
2024-01-15
1
[0, 0, 1]
0.8
state_machines
0.5.0
2017-06-20
0.6.0
2023-06-30
1
[0, 1, 0]
6.0
state_machines-activemodel
0.8.0
2020-12-31
0.9.0
2023-06-30
1
[0, 1, 0]
2.5
state_machines-activerecord
0.8.0
2020-12-31
0.9.0
2023-06-30
1
[0, 1, 0]
2.5
swd
1.3.0
2021-10-01
2.0.3
2023-12-27
4
[1, 0, 0]
2.2
sys-filesystem
1.4.3
2021-10-20
1.4.4
2023-09-12
1
[0, 0, 1]
1.9
temple
0.8.2
2019-09-12
0.10.3
2023-10-03
6
[0, 2, 0]
4.1
term-ansicolor
1.7.1
2019-01-18
1.7.2
2024-03-15
1
[0, 0, 1]
5.2
terser
1.0.2
2020-10-13
1.2.0
2024-01-22
22
[0, 2, 0]
3.3
test-prof
1.3.1
2023-12-12
1.3.2
2024-03-08
1
[0, 0, 1]
0.2
thrift
0.16.0
2022-02-17
0.19.0
2023-09-02
4
[0, 3, 0]
1.5
tilt
2.0.11
2022-07-22
2.3.0
2023-09-14
3
[0, 3, 0]
1.1
timeout
0.3.2
2023-02-16
0.4.1
2023-11-07
2
[0, 1, 0]
0.7
tins
1.31.1
2022-05-06
1.32.1
2022-11-21
2
[0, 1, 0]
0.5
toml-rb
2.2.0
2022-07-15
3.0.1
2024-01-31
2
[1, 0, 0]
1.5
tomlrb
1.3.0
2020-03-19
2.0.3
2022-05-28
4
[1, 0, 0]
2.2
train-core
3.10.8
2023-06-23
3.11.0
2023-11-08
1
[0, 1, 0]
0.4
tty-screen
0.8.1
2020-07-17
0.8.2
2023-12-17
1
[0, 0, 1]
3.4
typhoeus
1.4.0
2020-05-08
1.4.1
2023-11-17
1
[0, 0, 1]
3.5
undercover
0.4.6
2023-06-12
0.5.0
2024-01-09
2
[0, 1, 0]
0.6
unf_ext
0.0.8.2
2022-05-26
0.0.9.1
2023-11-16
8
[0, 0, 1]
1.5
unicode-display_width
2.4.2
2023-01-04
2.5.0
2023-10-01
1
[0, 1, 0]
0.7
unleash
3.2.2
2021-03-26
5.0.0
2023-10-30
16
[2, 0, 0]
2.6
unparser
0.6.7
2023-01-08
0.6.13
2024-02-01
5
[0, 0, 6]
1.1
valid_email
0.1.3
2019-05-24
0.2.1
2024-03-16
3
[0, 1, 0]
4.8
version_gem
1.1.0
2022-06-24
1.1.3
2023-06-05
3
[0, 0, 3]
0.9
vmstat
2.3.0
2016-12-26
2.3.1
2019-02-06
1
[0, 0, 1]
2.1
webauthn
3.0.0
2023-02-15
3.1.0
2023-12-26
1
[0, 1, 0]
0.9
webfinger
1.2.0
2021-10-01
2.1.3
2023-12-27
5
[1, 0, 0]
2.2
webmock
3.22.0
2024-02-21
3.23.0
2024-02-25
1
[0, 1, 0]
0.0
wikicloth
0.8.1
2014-01-07
0.8.3
2015-03-27
2
[0, 0, 2]
1.2
yard
0.9.26
2020-12-27
0.9.36
2024-02-29
10
[0, 0, 10]
3.2
zeitwerk
2.6.7
2023-02-10
2.6.13
2024-02-06
6
[0, 0, 6]
1.0
ruby
3.2.3
3.3.0
1
[0, 1, 0]
0.0
System is 548.7 libyears behind
Total releases behind: 2005
Major, minor, patch versions behind: 71, 672, 216