Commit Graph

33 Commits

Author SHA1 Message Date
adfoster-r7 c4e55f1493 Update ruby version 2024-05-20 17:55:10 +01:00
Grant Willcox 6126598d16 Update Ruby version to 3.0.5 from 3.0.2 to fix security issues and compatibility 2022-12-08 13:58:46 -06:00
Jeffrey Martin 0d513fb9a7 bump ruby 3.0
Update the default ruby version
2021-12-01 12:02:59 -06:00
Jeffrey Martin 005150bb1a bump default ruby version to 2.7.2
updates Docker container to 2.7.2

Warnings for python2 support [abound](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0).
```
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
```
2020-10-20 11:28:06 -05:00
Brent Cook 2b0c4cf758 bump ruby versions
Address a some recent Ruby vulns by bumping suggested versions to the latest release.
2020-04-15 07:57:49 -05:00
Jeffrey Martin 783b54b3d6 bump ruby version for latest goodies 2019-10-02 18:55:34 -05:00
Christian Mehlmauer 98bf0d6fcf ruby 2.6.2 2019-03-16 21:31:19 +01:00
Christian Mehlmauer bd17b605db update to ruby 2.6.1 and alpine 3.9 2019-02-05 17:57:38 +01:00
Christian Mehlmauer bd2decdfe9 ruby 2.6.0 2018-12-29 12:27:27 +01:00
Christian Mehlmauer db6cfb65d3 new ruby 2018-10-19 02:57:20 +02:00
Christian Mehlmauer 8bc92c060e ruby update 2018-10-18 00:51:29 +02:00
Christian Mehlmauer 6a6824efe9 bump to ruby 2.5.1 2018-03-30 12:47:19 +02:00
Brent Cook d67ae503bf Update base to Ruby 2.5
mask metasploit-aggregator and dependencies on Ruby 2.5
2018-03-26 02:52:52 -05:00
Brent Cook 0408dd89a4 bump travis and rvm ruby versions 2018-01-28 03:09:34 -06:00
Brent Cook ccc2636fd4 bump Ruby to 2.4.2, fix security issues 2017-09-23 21:12:12 -04:00
Brent Cook 04f0a55ed4 revert back to Ruby 2.4.1 2017-06-23 20:39:44 -05:00
OJ 5588d0f7b2 Update payload cached sizes 2017-06-23 13:45:04 +10:00
Brent Cook 3237575024 add ruby 2.1-2.4, update gems with in-flight 2.4 fixes 2017-04-04 04:06:35 -05:00
Christian Mehlmauer ab210b0bf6 bump ruby version 2016-11-22 18:45:55 +01:00
Brent Cook fcb2ef3933 bump ruby, get new openssl fixes 2016-11-20 19:35:44 -06:00
Christian Mehlmauer 38320d4304 bump ruby version to 2.3.1 2016-05-03 06:23:15 +02:00
Christian Mehlmauer 9fc7921a31 bump ruby version 2016-03-31 23:40:15 +02:00
Adam Cammack d83d0ee633 Update Ruby to 2.1.8
https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-1-8-released/

Fixes a security flaw in Fiddle & DL. Also fixes some bugs.
2016-02-03 18:21:57 -06:00
Fernando Arias 1a781729d1 Bump ruby to 2.1.7
MSP-13364
2015-10-02 13:06:54 -05:00
Tod Beardsley e06fa08470 Bump Ruby version to 2.1.6
Note, this should also happen for pretty much every other repo that
wants to be on "latest" Ruby in the 2.1.x line.
2015-05-07 13:22:59 -05:00
Tod Beardsley a6e23e5e4d Default Ruby 2.1.5 for everyone
See #4506
2015-01-02 11:33:36 -06:00
Tod Beardsley 9c4614f73c Oh good, another Ruby version bump
DoS Security issue in Ruby 1.9.3-p550 and prior, described here:

https://www.ruby-lang.org/en/news/2014/11/13/ruby-1-9-3-p551-is-released/

Not a hair-on-fire kind of deal, but should update at the earliest
opportunity to avoid getting DoS'ed by a malicious target.
2014-11-14 17:28:16 -06:00
Tod Beardsley 98607231e0 Bump to ruby-1.9.3-p550 2014-10-30 15:29:31 -05:00
Tod Beardsley 730ca62089 Bump to p547 to fix a regression in p545
In my excitement of landing #3281 I didn't check to see if there was a
newer Ruby available. Turns out, p547 was released on May 16, and fixes
a regression regarding OpenSSL.

Announcement:

https://www.ruby-lang.org/en/news/2014/05/16/ruby-1-9-3-p547-released/

Sorry about the shuffle.
2014-05-30 14:27:54 -05:00
Christian Mehlmauer 1634909975 Bumped ruby version to newest 1.9.3
Otherwise this message is always displayed when entering the folder
ruby-1.9.3-p484 is not installed.
To install do: 'rvm install ruby-1.9.3-p484'

And running up to date software is never a failure (even when
1.9.3 is no longer maintained)
2014-04-20 00:44:48 +02:00
Tod Beardsley fd009f1e46 Update default ruby to 1.9.3-p484 (CVE-2013-4164)
See
https://www.ruby-lang.org/en/news/2013/11/22/ruby-1-9-3-p484-is-released/
2013-11-22 11:20:21 -06:00
Matt Andreko 4f3b737c8c Fixed the .ruby-version file to not have the word "ruby" in it, since
it produces a warning whenever you use ruby
2013-09-20 21:59:31 -05:00
Tod Beardsley 6bb51b06de Add .ruby-version and .ruby-gemset for RVM
Using this will strongly encourage RVM users (which should be most/all
devs) to use Ruby 1.9.3-p448 and a gemset named "msf"
2013-09-13 11:35:22 -05:00