Skip to content

Commit

Permalink
Temporarily switch to rc versions of ronin-db-activerecord and `r…
Browse files Browse the repository at this point in the history
…onin-core`.
  • Loading branch information
postmodern committed Jun 23, 2024
1 parent 46d1455 commit 97cff42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ gem 'jruby-openssl', '~> 0.7', platform: :jruby
# branch: 'main'

# Library dependencies
gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord',
branch: '0.2.0'
# gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord',
# branch: 'main'
# gem 'ronin-support', '~> 1.0', github: 'ronin-rb/ronin-support',
# branch: '1.0.0'
gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
branch: '0.2.0'
# gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
# 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 @@ -60,9 +60,9 @@ jruby_dependencies:

dependencies:
# Ronin dependencies:
ronin-db-activerecord: ~> 0.2
ronin-db-activerecord: ~> 0.2.0.rc1
ronin-support: ~> 1.0
ronin-core: ~> 0.2
ronin-core: ~> 0.2.0.rc1

development_dependencies:
bundler: ~> 2.0

0 comments on commit 97cff42

Please sign in to comment.