Skip to content

Commit 8db3d80

Browse files
author
Oli Peate
committed
Remove backports gem and test against current Ruby versions
* backports adds a significant overhead to the start time of an application using the Namely gem. * Removes old end-of-life Ruby versions from CI tests (1.9.3, 2.0.0) * Adds new Ruby versions to test against (2.4.0, 2.3.3, 2.2.6, jruby9k)
1 parent a8cfde7 commit 8db3d80

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
rvm:
2-
- 1.9.3
3-
- jruby-19mode
4-
- 2.0.0
5-
- 2.1.3
2+
- jruby-9.1.5.0
3+
- 2.1.10
4+
- 2.2.6
5+
- 2.3.3
6+
- 2.4.0

lib/namely.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require "backports"
21
require "json"
32
require "ostruct"
43
require "rest_client"

namely.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Gem::Specification.new do |spec|
1717
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1818
spec.require_paths = ["lib"]
1919

20-
spec.add_dependency "backports"
2120
spec.add_dependency "rest-client"
2221

2322
spec.add_development_dependency "bundler", "~> 1.7"

0 commit comments

Comments
 (0)