File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929
3030if response . code != 200
3131 # something went wrong
32- print "Received non-OK status code from server."
32+ print "Received non-OK status code from server." + " \n "
3333end
3434
3535# do something with the HLR data
4343
4444if response . code != 200
4545 # something went wrong
46- print "Received non-OK status code from server."
46+ print "Received non-OK status code from server." + " \n "
4747end
4848
4949# do something with the NT data
5757
5858if response . code != 200
5959 # something went wrong
60- print "Received non-OK status code from server."
60+ print "Received non-OK status code from server." + " \n "
6161end
6262
6363# do something with the NT data
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414 s . required_ruby_version = '>= 2.0.0'
1515
1616 s . add_runtime_dependency 'rest-client' , '~> 2.1' , '>= 2.1.0'
17- s . add_runtime_dependency 'json' , '~> 1.8 ' , '>= 1.8.3 '
17+ s . add_runtime_dependency 'json' , '~> 2.3 ' , '>= 2.3.0 '
1818
1919 s . files = `git ls-files` . split ( "\n " )
2020 s . test_files = `git ls-files -- {test,spec,features}/*` . split ( "\n " )
You can’t perform that action at this time.
0 commit comments