Skip to content

Commit

Permalink
upgrade jruby-jars to 1.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybmerrill committed Nov 10, 2014
1 parent a3d5ae7 commit 1b6e293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ platform :jruby do

group :development do
gem "rake"
gem "warbler", "1.4.2" # >=1.4.3 breaks Windows, see issue #203
gem "warbler"
gem "jruby-jars", "1.7.15" ##1.7.16.1 doesn't work, see issue #203
end
end
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ GEM
specs:
cuba (3.3.0)
rack
jruby-jars (1.7.12)
jruby-jars (1.7.15)
jruby-rack (1.1.16)
rack (1.5.2)
rake (10.3.2)
rubyzip (1.1.6)
rufus-lru (1.0.5)
tabula-extractor (0.7.4-java)
tabula-extractor (0.7.5-java)
trollop (~> 2.0)
tilt (2.0.1)
trollop (2.0)
Expand All @@ -24,9 +24,10 @@ PLATFORMS

DEPENDENCIES
cuba
jruby-jars (= 1.7.15)
rack
rake
rufus-lru
tabula-extractor (~> 0.7.5)
tilt
warbler (= 1.4.2)
warbler

0 comments on commit 1b6e293

Please sign in to comment.