Skip to content

Commit

Permalink
Update bolognese gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Jan 10, 2024
1 parent 040f812 commit 41ffc7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
orcid_client (0.10.0)
orcid_client (0.10.1)
activesupport (>= 4.2.5, < 6)
bolognese (~> 1.3, >= 1.9.8)
bolognese (~> 2.1.0)
builder (~> 3.2, >= 3.2.2)
dotenv (~> 2.1, >= 2.1.1)
maremma (>= 4.4)
Expand All @@ -24,7 +24,7 @@ GEM
benchmark_methods (0.7)
bibtex-ruby (6.0.0)
latex-decode (~> 0.0)
bolognese (1.11.0)
bolognese (2.1.0)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -234,4 +234,4 @@ DEPENDENCIES
webmock (~> 3.0, >= 3.0.1)

BUNDLED WITH
2.4.10
2.4.22
2 changes: 1 addition & 1 deletion lib/orcid_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OrcidClient
VERSION = "0.10.0"
VERSION = "0.10.1"
end
2 changes: 1 addition & 1 deletion orcid_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

# Declary dependencies here, rather than in the Gemfile
s.add_dependency 'activesupport', '>= 4.2.5', '< 6'
s.add_dependency 'bolognese', '~> 1.3', '>= 1.9.8'
s.add_dependency 'bolognese', '~> 2.1.0'
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
s.add_dependency 'dotenv', '~> 2.1', '>= 2.1.1'
s.add_dependency 'maremma', '>= 4.4'
Expand Down

0 comments on commit 41ffc7e

Please sign in to comment.