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: 2f3f533266b2
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c68d3bd5f4cb
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 16, 2018

  1. Update to Psych 3.0.2. #4876

    headius committed Mar 16, 2018
    Copy the full SHA
    10c07d7 View commit details
  2. Remote ubygems.rb. #4876

    headius committed Mar 16, 2018
    Copy the full SHA
    c68d3bd View commit details
Showing with 2 additions and 13 deletions.
  1. +1 −1 lib/pom.rb
  2. +1 −1 lib/pom.xml
  3. +0 −11 lib/ruby/stdlib/ubygems.rb
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new( 'minitest', '${minitest.version}' ),
ImportedGem.new( 'test-unit', '${test-unit.version}' ),
ImportedGem.new( 'power_assert', '${power_assert.version}' ),
ImportedGem.new( 'psych', '2.2.4' ),
ImportedGem.new( 'psych', '3.0.2' ),
ImportedGem.new( 'json', '${json.version}' ),
ImportedGem.new( 'jar-dependencies', '${jar-dependencies.version}' ),
ImportedGem.new( 'net-telnet', '0.1.1'),
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>psych</artifactId>
<version>2.2.4</version>
<version>3.0.2</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
11 changes: 0 additions & 11 deletions lib/ruby/stdlib/ubygems.rb

This file was deleted.