Skip to content

Commit

Permalink
fix: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMWarraich committed Sep 20, 2024
1 parent 0a142da commit 8343c3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.5
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -355,7 +355,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.5p100

BUNDLED WITH
2.5.11

0 comments on commit 8343c3b

Please sign in to comment.