Skip to content

Commit

Permalink
photos, label
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed May 4, 2024
2 parents 1a1b871 + 8e09000 commit 91c03d7
Show file tree
Hide file tree
Showing 122 changed files with 2,077 additions and 616 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.2 # no need with ruby-version file
ruby-version: 3.2.2 # no need with ruby-version file
bundler-cache: true

- uses: actions/setup-node@v3
Expand Down
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.6"
gem "rails", "~> 7.0.7"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand All @@ -18,6 +18,8 @@ gem "puma", "~> 5.0"
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
gem "jsbundling-rails"

gem "hotwire_combobox"

# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails", github: "hotwired/turbo-rails", branch: "main"

Expand Down Expand Up @@ -61,6 +63,8 @@ gem "bootsnap", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem "image_processing", "~> 1.2"

gem "acts_as_list", "~> 0.9.19"
gem "rails_heroicon"
gem "aasm", "~> 5.2"
gem "acts-as-taggable-on", "~> 9.0"
gem "aws-sdk-rails"
Expand Down Expand Up @@ -144,7 +148,7 @@ gem "meta-tags", "~> 2.18"

gem "http", "~> 5.1"

gem "ruby-oembed", "~> 0.16.1"
gem "ruby-oembed", github: "basecamp/ruby-oembed", branch: "fix-spotify-redirects" #"~> 0.16.1"

gem "sidekiq", "~> 7.1"
gem "sidekiq-grouping"
Expand Down
158 changes: 88 additions & 70 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/basecamp/ruby-oembed.git
revision: 90611d1bd1ce56c06517037a9b0f71a55ee7280f
branch: fix-spotify-redirects
specs:
ruby-oembed (0.16.1)

GIT
remote: https://github.com/chaskiq/plain.git
revision: c775ad400d207f0a8d972bbae4da1360919fa9a5
Expand Down Expand Up @@ -73,75 +80,77 @@ GEM
specs:
aasm (5.5.0)
concurrent-ruby (~> 1.0)
actioncable (7.0.7)
actionpack (= 7.0.7)
activesupport (= 7.0.7)
actioncable (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.7)
actionpack (= 7.0.7)
activejob (= 7.0.7)
activerecord (= 7.0.7)
activestorage (= 7.0.7)
activesupport (= 7.0.7)
actionmailbox (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.7)
actionpack (= 7.0.7)
actionview (= 7.0.7)
activejob (= 7.0.7)
activesupport (= 7.0.7)
actionmailer (7.0.8.1)
actionpack (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activesupport (= 7.0.8.1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.7)
actionview (= 7.0.7)
activesupport (= 7.0.7)
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.7)
actionpack (= 7.0.7)
activerecord (= 7.0.7)
activestorage (= 7.0.7)
activesupport (= 7.0.7)
actiontext (7.0.8.1)
actionpack (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.7)
activesupport (= 7.0.7)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.7)
activesupport (= 7.0.7)
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
globalid (>= 0.3.6)
activemodel (7.0.7)
activesupport (= 7.0.7)
activerecord (7.0.7)
activemodel (= 7.0.7)
activesupport (= 7.0.7)
activestorage (7.0.7)
actionpack (= 7.0.7)
activejob (= 7.0.7)
activerecord (= 7.0.7)
activesupport (= 7.0.7)
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activestorage (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activesupport (= 7.0.8.1)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activestorage-validator (0.4.0)
rails (>= 6.1.0)
activesupport (7.0.7)
activesupport (7.0.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
acts-as-taggable-on (9.0.1)
activerecord (>= 6.0, < 7.1)
acts_as_list (0.9.19)
activerecord (>= 3.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand Down Expand Up @@ -211,7 +220,7 @@ GEM
crass (1.0.6)
cssbundling-rails (1.2.0)
railties (>= 6.0.0)
date (3.3.3)
date (3.3.4)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
Expand Down Expand Up @@ -259,6 +268,10 @@ GEM
groupdate (6.3.0)
activesupport (>= 6.1)
hashie (5.0.0)
hotwire_combobox (0.2.1)
rails (>= 7.0.7.2)
stimulus-rails (>= 1.2)
turbo-rails (>= 1.2)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
Expand All @@ -267,7 +280,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -320,7 +333,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
mercadopago (2.3.0)
faraday (>= 0.9.0)
Expand All @@ -330,7 +343,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.22.2)
minitest (5.22.3)
mrsk (0.15.1)
activesupport (>= 7.0)
bcrypt_pbkdf (~> 1.0)
Expand All @@ -343,22 +356,22 @@ GEM
msgpack (1.7.2)
multi_xml (0.6.0)
multipart-post (2.3.0)
net-imap (0.3.7)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.3.3)
net-smtp (0.5.0)
net-protocol
net-ssh (7.2.0)
nio4r (2.5.9)
nokogiri (1.16.2-arm64-darwin)
nio4r (2.7.1)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
Expand Down Expand Up @@ -409,25 +422,25 @@ GEM
qdrant-ruby (0.9.3)
faraday (>= 2.0.1, < 3)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-protection (3.0.6)
rack
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.7)
actioncable (= 7.0.7)
actionmailbox (= 7.0.7)
actionmailer (= 7.0.7)
actionpack (= 7.0.7)
actiontext (= 7.0.7)
actionview (= 7.0.7)
activejob (= 7.0.7)
activemodel (= 7.0.7)
activerecord (= 7.0.7)
activestorage (= 7.0.7)
activesupport (= 7.0.7)
rails (7.0.8.1)
actioncable (= 7.0.8.1)
actionmailbox (= 7.0.8.1)
actionmailer (= 7.0.8.1)
actionpack (= 7.0.8.1)
actiontext (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activemodel (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
bundler (>= 1.15.0)
railties (= 7.0.7)
railties (= 7.0.8.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand All @@ -439,15 +452,18 @@ GEM
actionview (> 3.1)
activesupport (> 3.1)
railties (> 3.1)
railties (7.0.7)
actionpack (= 7.0.7)
activesupport (= 7.0.7)
rails_heroicon (2.2.0)
actionview
railties
railties (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
redcarpet (2.3.0)
redis (5.0.6)
redis-client (>= 0.9.0)
Expand Down Expand Up @@ -479,7 +495,6 @@ GEM
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-oembed (0.16.1)
ruby-openai (4.3.2)
faraday (>= 1)
faraday-multipart (>= 1)
Expand Down Expand Up @@ -548,10 +563,10 @@ GEM
store_attribute (1.1.1)
activerecord (>= 6.0)
stripe (8.6.0)
thor (1.3.0)
thor (1.3.1)
tiktoken_ruby (0.0.5-arm64-darwin)
tiktoken_ruby (0.0.5-x86_64-linux)
timeout (0.4.0)
timeout (0.4.1)
transbank-sdk (3.0.2)
json (~> 2.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -589,6 +604,7 @@ DEPENDENCIES
aasm (~> 5.2)
activestorage-validator
acts-as-taggable-on (~> 9.0)
acts_as_list (~> 0.9.19)
aws-sdk-rails
aws-sdk-s3 (~> 1.48)
bootsnap
Expand All @@ -604,6 +620,7 @@ DEPENDENCIES
friendly_id (~> 5.4)
geocoder (~> 1.8)
groupdate (~> 6.3)
hotwire_combobox
http (~> 5.1)
image_processing (~> 1.2)
jbuilder
Expand All @@ -623,15 +640,16 @@ DEPENDENCIES
pry
puma (~> 5.0)
qdrant-ruby (~> 0.9.2)
rails (~> 7.0.6)
rails (~> 7.0.7)
rails_autolink (~> 1.1)
rails_heroicon
rqrcode (~> 2.0)
rspec-core!
rspec-expectations!
rspec-mocks!
rspec-rails!
rspec-support!
ruby-oembed (~> 0.16.1)
ruby-oembed!
ruby-openai (~> 4.2)
rubyzip (~> 2.3)
selenium-webdriver
Expand Down
Loading

0 comments on commit 91c03d7

Please sign in to comment.