diff --git a/Gemfile.lock b/Gemfile.lock index 519b856..37e871e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ @@ -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) @@ -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) @@ -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) @@ -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) @@ -285,7 +285,7 @@ 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) @@ -293,8 +293,9 @@ GEM 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) @@ -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) diff --git a/inferno_template.gemspec b/inferno_template.gemspec index 0cc2312..8d716a4 100644 --- a/inferno_template.gemspec +++ b/inferno_template.gemspec @@ -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 diff --git a/lib/inferno_template/requirements/Inferno Requirements Template.xlsx b/lib/inferno_template/requirements/Inferno Requirements Template.xlsx new file mode 100644 index 0000000..1799997 Binary files /dev/null and b/lib/inferno_template/requirements/Inferno Requirements Template.xlsx differ diff --git a/lib/inferno_template/version.rb b/lib/inferno_template/version.rb index 6388a10..31c190b 100644 --- a/lib/inferno_template/version.rb +++ b/lib/inferno_template/version.rb @@ -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