Skip to content

Commit

Permalink
Update ruby to 3.3.6 and inferno_core to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jan 24, 2025
1 parent 11ab761 commit 507ab79
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.2
FROM ruby:3.3.6

ENV INSTALL_PATH=/opt/inferno/
ENV APP_ENV=production
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

ruby '3.3.6'

gemspec

group :development, :test do
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
au_ips_inferno (0.0.1)
inferno_core (~> 0.4.38)
inferno_core (~> 0.6.1)

GEM
remote: https://rubygems.org/
Expand All @@ -26,7 +26,7 @@ GEM
blueprinter (0.25.2)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -136,10 +136,11 @@ GEM
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
inferno_core (0.4.38)
inferno_core (0.6.1)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
concurrent-ruby (= 1.3.4)
dotenv (~> 2.7)
dry-configurable (= 1.0.0)
dry-container (= 0.10.0)
Expand All @@ -153,6 +154,7 @@ GEM
hanami-controller (= 2.0.0)
hanami-router (= 2.0.0)
oj (= 3.11.0)
pastel (~> 0.8.0)
pry
pry-byebug
puma (~> 5.6.7)
Expand Down Expand Up @@ -355,5 +357,8 @@ DEPENDENCIES
rubocop (~> 1.63.2)
webmock (~> 3.11)

RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.5.11
4 changes: 2 additions & 2 deletions au_ips_inferno.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
spec.description = 'AU IPS Inferno Test Kit'
spec.homepage = 'https://github.com/beda-software/au-ips-inferno'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '~> 0.4.38'
spec.add_runtime_dependency 'inferno_core', '~> 0.6.1'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
spec.add_development_dependency 'webmock', '~> 3.11'
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.2')
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.files = [
Expand Down

0 comments on commit 507ab79

Please sign in to comment.