Skip to content

Commit

Permalink
adding Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jul 5, 2016
1 parent ab90d3c commit 7a0e068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3
before_install: "gem update bundler"
script:
- "bundle exec rake"
Expand Down
1 change: 1 addition & 0 deletions damerau-levenshtein.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib", "lib/damerau-levenshtein"]

s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "activesupport", "~> 4.2"

This comment has been minimized.

Copy link
@Nakilon

Nakilon Feb 6, 2021

Contributor

Why was activesupport added?

s.add_development_dependency "cucumber", "~> 2.3"
s.add_development_dependency "ruby-prof", "~> 0.15"
s.add_development_dependency "shoulda", "~> 3.5"
Expand Down

0 comments on commit 7a0e068

Please sign in to comment.