Skip to content

Commit

Permalink
Added additional jruby-specific dependencies for ronin-db.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 29, 2024
1 parent ebb7ed9 commit bb5c99f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ source 'https://rubygems.org'

gemspec

gem 'jruby-openssl', '~> 0.7', platforms: :jruby
platform :jruby do
gem 'jruby-openssl', '~> 0.7'
gem 'activerecord-jdbcsqlite3-adapter', '~> 70.0'
gem 'activerecord', '< 7.1.0'
end

# gem 'command_kit', '~> 0.4', github: 'postmodern/command_kit.rb',
# branch: '0.4.0'
Expand Down

0 comments on commit bb5c99f

Please sign in to comment.