Skip to content

Commit

Permalink
Temporarily switch to the rc versions of ronin-core and ronin-db.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 23, 2024
1 parent 8844b77 commit 1cbc437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ end
# Ronin dependencies
# gem 'ronin-support', '~> 1.0', github: 'ronin-rb/ronin-support',
# branch: 'main'
gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
branch: '0.2.0'
gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
branch: '0.2.0'
gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord',
branch: '0.2.0'
# gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
# branch: 'main'
# gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
# branch: 'main'
# gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord',
# branch: 'main'

group :development do
gem 'rake'
Expand Down
4 changes: 2 additions & 2 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ generated_files:

dependencies:
ronin-support: ~> 1.0, >= 1.0.1
ronin-core: ~> 0.2
ronin-db: ~> 0.2
ronin-core: ~> 0.2.0.rc1
ronin-db: ~> 0.2.0.rc1

development_dependencies:
bundler: ~> 2.0

0 comments on commit 1cbc437

Please sign in to comment.