Skip to content

Commit 784c81e

Browse files
committed
Build tweaks to get specs to start running
Not green, but running.
1 parent e31c0f0 commit 784c81e

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ group :development do
1313
end
1414

1515
gem 'rake', '~> 13.2', :group => :test, :require => nil
16-
gem 'rspec', :group => :test
17-
gem 'jruby-openssl', :group => :test if JRUBY_VERSION < '1.7.0'
16+
gem 'rspec', '~> 3.13', :group => :test
17+
gem 'jruby-openssl', :group => :test

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
bundler
66
rake
77
diff-lcs (1.5.1)
8+
jruby-openssl (0.14.5-java)
89
rack (3.0.11)
910
rake (13.2.1)
1011
rspec (3.13.0)
@@ -26,9 +27,10 @@ PLATFORMS
2627

2728
DEPENDENCIES
2829
appraisal (< 1.0)
30+
jruby-openssl
2931
rack
3032
rake (~> 13.2)
31-
rspec
33+
rspec (~> 3.13)
3234

3335
BUNDLED WITH
3436
2.4.19

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<properties>
2222
<jruby.version>9.4.7.0</jruby.version>
23-
<vendor.gems.path>vendor/gems</vendor.gems.path>
2423
<bundler.version>2.4.19</bundler.version>
2524
<bundler.local>false</bundler.local> <!-- true by default -->
2625
<jruby.maven.plugins.version>3.0.3</jruby.maven.plugins.version>
@@ -146,13 +145,6 @@
146145
<version>3.2.10.RELEASE</version>
147146
<scope>test</scope>
148147
</dependency>
149-
<dependency>
150-
<groupId>rubygems</groupId>
151-
<artifactId>jruby-openssl</artifactId>
152-
<version>0.9.6</version>
153-
<type>gem</type>
154-
<scope>provided</scope>
155-
</dependency>
156148
<dependency>
157149
<groupId>rubygems</groupId>
158150
<artifactId>bundler</artifactId>

vendor/gems/jruby-openssl-0.9.4.gem

-501 KB
Binary file not shown.

0 commit comments

Comments
 (0)