Skip to content

Commit 9455712

Browse files
committed
Remove support for legacy Ruby versions
1 parent 596bfe0 commit 9455712

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
language: ruby
22
rvm:
3-
- 2.1.4
4-
- 2.0.0
5-
- 1.9.3
3+
- 2.2.0

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'rake', :require => false
4+
5+
# Testing
46
gem 'rspec', :require => false
57
gem 'webmock'

Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.3.6)
4+
addressable (2.3.7)
55
crack (0.4.2)
66
safe_yaml (~> 1.0.0)
77
diff-lcs (1.2.5)
8-
rake (10.1.0)
9-
rspec (3.0.0)
10-
rspec-core (~> 3.0.0)
11-
rspec-expectations (~> 3.0.0)
12-
rspec-mocks (~> 3.0.0)
13-
rspec-core (3.0.3)
14-
rspec-support (~> 3.0.0)
15-
rspec-expectations (3.0.3)
8+
rake (10.4.2)
9+
rspec (3.2.0)
10+
rspec-core (~> 3.2.0)
11+
rspec-expectations (~> 3.2.0)
12+
rspec-mocks (~> 3.2.0)
13+
rspec-core (3.2.1)
14+
rspec-support (~> 3.2.0)
15+
rspec-expectations (3.2.0)
1616
diff-lcs (>= 1.2.0, < 2.0)
17-
rspec-support (~> 3.0.0)
18-
rspec-mocks (3.0.3)
19-
rspec-support (~> 3.0.0)
20-
rspec-support (3.0.3)
21-
safe_yaml (1.0.3)
22-
webmock (1.18.0)
17+
rspec-support (~> 3.2.0)
18+
rspec-mocks (3.2.1)
19+
diff-lcs (>= 1.2.0, < 2.0)
20+
rspec-support (~> 3.2.0)
21+
rspec-support (3.2.2)
22+
safe_yaml (1.0.4)
23+
webmock (1.20.4)
2324
addressable (>= 2.3.6)
2425
crack (>= 0.3.2)
2526

0 commit comments

Comments
 (0)