Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
inferno_template (0.0.0)
inferno_core (~> 1.0.2)
inferno_core (~> 1.0.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
domain_name (~> 0.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (1.0.2)
inferno_core (1.0.5)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -168,14 +168,14 @@ GEM
sequel (~> 5.42.0)
sidekiq (~> 7.2.4)
sqlite3 (~> 1.4)
thor (~> 1.2.1)
thor (~> 1.4)
tty-markdown (~> 0.7.1)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.13.0)
json (2.13.1)
jwt (2.10.2)
base64
kramdown (2.5.1)
Expand All @@ -189,7 +189,7 @@ GEM
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0715)
mime-types-data (3.2025.0722)
minitest (5.25.5)
multi_json (1.17.0)
multi_xml (0.7.2)
Expand Down Expand Up @@ -271,7 +271,7 @@ GEM
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
rouge (4.5.2)
rouge (4.6.0)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -285,16 +285,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.78.0)
rubocop (1.79.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.45.1, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
tsort (>= 0.2.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
Expand Down Expand Up @@ -328,8 +329,9 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
thor (1.2.2)
thor (1.4.0)
tilt (2.6.1)
tsort (0.2.0)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion inferno_template.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
# DESCRIPTION
# spec.homepage = 'TODO'
spec.license = 'Apache-2.0'
spec.add_dependency 'inferno_core', '~> 1.0.2'
spec.add_dependency 'inferno_core', '~> 1.0.5'
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
spec.metadata['inferno_test_kit'] = 'true'
# spec.metadata['homepage_uri'] = spec.homepage
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/inferno_template/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module InfernoTemplate
VERSION = '0.0.0'.freeze
LAST_UPDATED = '2025-07-21'.freeze # TODO: update next release
LAST_UPDATED = '2025-07-24'.freeze # TODO: update next release
end