Skip to content

Commit

Permalink
Upgrade to Ruby 2.5.0 and part of gems
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolHsu committed Apr 18, 2018
1 parent a181d1d commit 235e78e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-p247
2.5.0
26 changes: 17 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,27 @@ PATH
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.4)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
diff-lcs (1.3)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)

PLATFORMS
ruby

DEPENDENCIES
regularity!
rspec

BUNDLED WITH
1.16.1
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.dirname(__FILE__) + '/../lib/regularity'

RSpec.configure do |config|
config.color_enabled = true
config.color = true
end

0 comments on commit 235e78e

Please sign in to comment.