File tree 3 files changed +79
-2
lines changed
3 files changed +79
-2
lines changed Original file line number Diff line number Diff line change 3
3
.bundle
4
4
.config
5
5
.yardoc
6
- Gemfile.lock
7
6
InstalledFiles
8
7
_yardoc
9
8
coverage
Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ libreconv (0.9.1 )
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2 )
10
+ public_suffix (>= 2.0.2 , < 4.0 )
11
+ ast (2.4.0 )
12
+ byebug (10.0.2 )
13
+ coderay (1.1.2 )
14
+ crack (0.4.3 )
15
+ safe_yaml (~> 1.0.0 )
16
+ diff-lcs (1.3 )
17
+ hashdiff (0.3.7 )
18
+ jaro_winkler (1.5.1 )
19
+ method_source (0.9.2 )
20
+ parallel (1.12.1 )
21
+ parser (2.5.3.0 )
22
+ ast (~> 2.4.0 )
23
+ powerpack (0.1.2 )
24
+ pry (0.12.2 )
25
+ coderay (~> 1.1.0 )
26
+ method_source (~> 0.9.0 )
27
+ pry-byebug (3.6.0 )
28
+ byebug (~> 10.0 )
29
+ pry (~> 0.10 )
30
+ public_suffix (3.0.3 )
31
+ rainbow (3.0.0 )
32
+ rake (12.3.2 )
33
+ rspec (3.8.0 )
34
+ rspec-core (~> 3.8.0 )
35
+ rspec-expectations (~> 3.8.0 )
36
+ rspec-mocks (~> 3.8.0 )
37
+ rspec-core (3.8.0 )
38
+ rspec-support (~> 3.8.0 )
39
+ rspec-expectations (3.8.2 )
40
+ diff-lcs (>= 1.2.0 , < 2.0 )
41
+ rspec-support (~> 3.8.0 )
42
+ rspec-mocks (3.8.0 )
43
+ diff-lcs (>= 1.2.0 , < 2.0 )
44
+ rspec-support (~> 3.8.0 )
45
+ rspec-support (3.8.0 )
46
+ rubocop (0.61.1 )
47
+ jaro_winkler (~> 1.5.1 )
48
+ parallel (~> 1.10 )
49
+ parser (>= 2.5 , != 2.5.1.1 )
50
+ powerpack (~> 0.1 )
51
+ rainbow (>= 2.2.2 , < 4.0 )
52
+ ruby-progressbar (~> 1.7 )
53
+ unicode-display_width (~> 1.4.0 )
54
+ rubocop-rspec (1.30.1 )
55
+ rubocop (>= 0.60.0 )
56
+ ruby-progressbar (1.10.0 )
57
+ safe_yaml (1.0.4 )
58
+ unicode-display_width (1.4.0 )
59
+ webmock (3.4.2 )
60
+ addressable (>= 2.3.6 )
61
+ crack (>= 0.3.2 )
62
+ hashdiff
63
+
64
+ PLATFORMS
65
+ ruby
66
+
67
+ DEPENDENCIES
68
+ bundler
69
+ libreconv !
70
+ pry-byebug
71
+ rake
72
+ rspec (~> 3.8.0 )
73
+ rubocop
74
+ rubocop-rspec
75
+ webmock
76
+
77
+ BUNDLED WITH
78
+ 1.17.1
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
20
20
spec . require_paths = [ 'lib' ]
21
21
spec . add_development_dependency 'bundler' , '>= 0'
22
22
spec . add_development_dependency 'rake'
23
- spec . add_development_dependency 'rspec' , '~> 3.2 .0'
23
+ spec . add_development_dependency 'rspec' , '~> 3.8 .0'
24
24
end
You can’t perform that action at this time.
0 commit comments