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: 0f717cf68d04
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 45e17306aa87
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 16, 2016

  1. Bump racc. Fixes #4071

    etehtsea committed Aug 16, 2016
    Copy the full SHA
    92aa13a View commit details

Commits on Aug 17, 2016

  1. Merge pull request #4078 from etehtsea/bump-racc

    Bump racc. Fixes #4071
    headius authored Aug 17, 2016
    Copy the full SHA
    45e1730 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pom.rb
  2. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
'test-unit.version' => '3.1.1',
'power_assert.version' => '0.2.3',
'diff-lcs.version' => '1.1.3',
'racc.version' => '1.4.13',
'racc.version' => '1.4.14',
# versions for default gems with bin executables
# used in ./lib/pom.rb and ./maven/jruby-stdlib/pom.rb
'rdoc.version' => '4.2.0',
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ DO NOT MODIFIY - GENERATED CODE
<properties>
<rspec-core.version>3.4.4</rspec-core.version>
<polyglot.dump.readonly>true</polyglot.dump.readonly>
<racc.version>1.4.13</racc.version>
<racc.version>1.4.14</racc.version>
<its.j2ee>j2ee*/pom.xml</its.j2ee>
<jruby.basedir>${project.basedir}</jruby.basedir>
<minitest.version>5.4.1</minitest.version>