File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- orcid_client (0.15 .0 )
4+ orcid_client (0.16 .0 )
55 activesupport (>= 7 , < 8 )
6- bolognese (~> 2.3 )
6+ bolognese (~> 2.3.2 )
77 builder (~> 3.2 , >= 3.2.2 )
88 dotenv (~> 2.1 , >= 2.1.1 )
99 maremma (>= 5.0 )
3131 bibtex-ruby (6.0.0 )
3232 latex-decode (~> 0.0 )
3333 bigdecimal (3.1.7 )
34- bolognese (2.3.0 )
34+ bolognese (2.3.2 )
3535 activesupport (>= 4.2.5 )
3636 benchmark_methods (~> 0.7 )
3737 bibtex-ruby (>= 5.1.0 )
Original file line number Diff line number Diff line change 11module OrcidClient
2- VERSION = "0.15 .0"
2+ VERSION = "0.16 .0"
33end
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
2121 # Declary dependencies here, rather than in the Gemfile
2222 s . add_dependency 'activesupport' , '>= 7' , '< 8'
23- s . add_dependency 'bolognese' , '~> 2.3'
23+ s . add_dependency 'bolognese' , '~> 2.3.2 '
2424 s . add_dependency 'builder' , '~> 3.2' , '>= 3.2.2'
2525 s . add_dependency 'dotenv' , '~> 2.1' , '>= 2.1.1'
2626 s . add_dependency 'maremma' , '>= 5.0'
You can’t perform that action at this time.
0 commit comments