Skip to content

Commit

Permalink
Temporarily upgrade to the new rc1 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 27, 2024
1 parent 4f5ebb5 commit 0e8f408
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source 'https://rubygems.org'

gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
branch: '0.2.0'
gem 'ronin-payloads', '~> 0.2', github: 'ronin-rb/ronin-payloads',
branch: '0.2.0'
gem 'ronin-exploits', '~> 1.1', github: 'ronin-rb/ronin-exploits',
branch: '1.1.0'
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'

group :development do
Expand Down

0 comments on commit 0e8f408

Please sign in to comment.