From d70efc2f16e96f0f01fbbc204988e2b94073b418 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 24 Jul 2024 12:26:59 -0700 Subject: [PATCH] Switched back to the stable versions of ronin-exploits and ronin-payloads. --- Gemfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3b52983..d184945 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,7 @@ source 'https://rubygems.org' -gem 'ronin-core', '~> 0.2.0.rc1' #, github: 'ronin-rb/ronin-core', - # branch: '0.2.0' -gem 'ronin-payloads', '~> 0.2.0.rc1' #, github: 'ronin-rb/ronin-payloads', - # branch: '0.2.0' -gem 'ronin-exploits', '~> 1.1.0.rc1' #, github: 'ronin-rb/ronin-exploits', - # branch: '1.1.0' -gem 'ronin-web-server', '~> 0.1.1' +gem 'ronin-exploits', '~> 1.1' #, github: 'ronin-rb/ronin-exploits', + # branch: '1.1.0' group :development do gem 'rake', require: false