Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: baedf1834b73
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a724dbc6b3c
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2016

  1. Copy the full SHA
    65f2230 View commit details
  2. Copy the full SHA
    1a724db View commit details
Showing with 2 additions and 3 deletions.
  1. +1 −1 core/pom.rb
  2. +1 −1 core/pom.xml
  3. +0 −1 spec/truffle/tags/language/regexp/character_classes_tags.txt
2 changes: 1 addition & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@

jar 'org.jruby.joni:joni:2.1.8'
jar 'org.jruby.extras:bytelist:1.0.13'
jar 'org.jruby.jcodings:jcodings:1.0.13'
jar 'org.jruby.jcodings:jcodings:1.0.16-SNAPSHOT'
jar 'org.jruby:dirgra:0.3'

jar 'com.headius:invokebinder:1.5'
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
<version>1.0.13</version>
<version>1.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>

This file was deleted.