Skip to content

Commit

Permalink
Include java dependencies for jruby builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Körner committed May 23, 2016
1 parent 4f9f57f commit b5e1c89
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion gemfiles/ar4.2.6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ GEM
activemodel (= 4.2.6)
activesupport (= 4.2.6)
arel (~> 6.0)
activerecord-jdbc-adapter (1.3.20)
activerecord (>= 2.2)
activerecord-jdbcsqlite3-adapter (1.3.20)
activerecord-jdbc-adapter (~> 1.3.20)
jdbc-sqlite3 (>= 3.7.2, < 3.9)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
Expand All @@ -32,13 +37,17 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
i18n (0.7.0)
jdbc-sqlite3 (3.8.11.2)
jruby-openssl (0.9.16-java)
json (1.8.3)
json (1.8.3-java)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mini_portile2 (2.0.0)
minitest (5.9.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.7.2-java)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -76,10 +85,12 @@ GEM
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.5-java)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
java
ruby

DEPENDENCIES
Expand All @@ -90,4 +101,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.12.3
1.12.4

0 comments on commit b5e1c89

Please sign in to comment.