Skip to content

Commit

Permalink
Build tweaks to get specs to start running
Browse files Browse the repository at this point in the history
Not green, but running.
  • Loading branch information
headius committed May 23, 2024
1 parent e31c0f0 commit 784c81e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ group :development do
end

gem 'rake', '~> 13.2', :group => :test, :require => nil
gem 'rspec', :group => :test
gem 'jruby-openssl', :group => :test if JRUBY_VERSION < '1.7.0'
gem 'rspec', '~> 3.13', :group => :test
gem 'jruby-openssl', :group => :test
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM
bundler
rake
diff-lcs (1.5.1)
jruby-openssl (0.14.5-java)
rack (3.0.11)
rake (13.2.1)
rspec (3.13.0)
Expand All @@ -26,9 +27,10 @@ PLATFORMS

DEPENDENCIES
appraisal (< 1.0)
jruby-openssl
rack
rake (~> 13.2)
rspec
rspec (~> 3.13)

BUNDLED WITH
2.4.19
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<properties>
<jruby.version>9.4.7.0</jruby.version>
<vendor.gems.path>vendor/gems</vendor.gems.path>
<bundler.version>2.4.19</bundler.version>
<bundler.local>false</bundler.local> <!-- true by default -->
<jruby.maven.plugins.version>3.0.3</jruby.maven.plugins.version>
Expand Down Expand Up @@ -146,13 +145,6 @@
<version>3.2.10.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.6</version>
<type>gem</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>bundler</artifactId>
Expand Down
Binary file removed vendor/gems/jruby-openssl-0.9.4.gem
Binary file not shown.

0 comments on commit 784c81e

Please sign in to comment.