File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11AllCops :
2- TargetRubyVersion : 2.3
32 Exclude :
43 - ' node_modules/**/*'
54
Original file line number Diff line number Diff line change 1- 2.3 .4
1+ 3.1 .4
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- json-sequence (0.1.2 )
5- multi_json (~> 1.13 )
4+ json-sequence (0.2.0 )
5+ multi_json (~> 1.15 )
66
77GEM
88 remote: https://rubygems.org/
99 specs:
10- diff-lcs (1.3 )
11- json (2.1.0 )
12- json (2.1.0 -java )
13- multi_json (1.13.1 )
10+ diff-lcs (1.5.1 )
11+ json (2.9.1 )
12+ json (2.9.1 -java )
13+ multi_json (1.15.0 )
1414 rake (10.5.0 )
15- rspec (3.7 .0 )
16- rspec-core (~> 3.7 .0 )
17- rspec-expectations (~> 3.7 .0 )
18- rspec-mocks (~> 3.7 .0 )
19- rspec-core (3.7.1 )
20- rspec-support (~> 3.7 .0 )
21- rspec-expectations (3.7.0 )
15+ rspec (3.13 .0 )
16+ rspec-core (~> 3.13 .0 )
17+ rspec-expectations (~> 3.13 .0 )
18+ rspec-mocks (~> 3.13 .0 )
19+ rspec-core (3.13.2 )
20+ rspec-support (~> 3.13 .0 )
21+ rspec-expectations (3.13.3 )
2222 diff-lcs (>= 1.2.0 , < 2.0 )
23- rspec-support (~> 3.7 .0 )
24- rspec-mocks (3.7.0 )
23+ rspec-support (~> 3.13 .0 )
24+ rspec-mocks (3.13.2 )
2525 diff-lcs (>= 1.2.0 , < 2.0 )
26- rspec-support (~> 3.7 .0 )
27- rspec-support (3.7.1 )
26+ rspec-support (~> 3.13 .0 )
27+ rspec-support (3.13.2 )
2828
2929PLATFORMS
3030 java
3131 ruby
3232
3333DEPENDENCIES
34- bundler (~> 1.16 )
34+ bundler (~> 2.2 )
3535 json (~> 2.0 )
3636 json-sequence !
3737 rake (~> 10.0 )
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Gem::Specification.new do |spec|
2121 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
2222 spec . require_paths = [ "lib" ]
2323
24- spec . add_runtime_dependency "multi_json" , "~> 1.13 "
24+ spec . add_runtime_dependency "multi_json" , "~> 1.15 "
2525
26- spec . add_development_dependency "bundler" , "~> 1.16 "
26+ spec . add_development_dependency "bundler" , "~> 2.2 "
2727 spec . add_development_dependency "rake" , "~> 10.0"
2828 spec . add_development_dependency "rspec" , "~> 3.0"
2929 spec . add_development_dependency "json" , "~> 2.0"
Original file line number Diff line number Diff line change 11module JsonSequence
2- VERSION = "0.1.2 "
2+ VERSION = "0.2.0 "
33end
You can’t perform that action at this time.
0 commit comments