From 8343c3b0906e8d093cdac741354c3638bdad6fa1 Mon Sep 17 00:00:00 2001
From: OmarMWarraich <earthling986@gmail.com>
Date: Sat, 21 Sep 2024 04:13:02 +0500
Subject: [PATCH] fix: Config

---
 .ruby-version | 2 +-
 Gemfile       | 4 ++--
 Gemfile.lock  | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.ruby-version b/.ruby-version
index 15a2799..fa7adc7 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-3.3.0
+3.3.5
diff --git a/Gemfile b/Gemfile
index 661f047..79e2787 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source "https://rubygems.org"
 
-ruby "3.3.0"
+ruby "3.3.5"
 
 # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
 gem "rails", "~> 7.1.3", ">= 7.1.3.4"
@@ -78,7 +78,7 @@ gem "sassc-rails", "~> 2.1"
 gem 'font-awesome-sass', '~> 5.15.1'
 
 # gem 'ruby-stableDiffusion', path: '/home/owa/Docs/ror/ruby-stablediffusion/'
-gem 'ruby-stableDiffusion', github: 'OmarMWarraich/ruby-stablediffusion', ref: '87a3422'
+gem 'ruby-stableDiffusion', github: 'OmarMWarraich/ruby-stablediffusion', ref: 'a9a30a8'
 
 gem "sidekiq"
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 2a93846..c0b77fe 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
 GIT
   remote: https://github.com/OmarMWarraich/ruby-stablediffusion.git
-  revision: 87a3422430710d757d1b2ad2b9e2ec11396ee030
-  ref: 87a3422
+  revision: a9a30a8b27f53b35d96ebc613b39ae7983a76902
+  ref: a9a30a8
   specs:
     ruby-stableDiffusion (0.1.0)
       json (~> 2.1, >= 2.1.0)
@@ -355,7 +355,7 @@ DEPENDENCIES
   web-console
 
 RUBY VERSION
-   ruby 3.3.0p0
+   ruby 3.3.5p100
 
 BUNDLED WITH
    2.5.11