Skip to content

Commit

Permalink
chore: upgrade storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiscontent committed Apr 21, 2024
1 parent f24bb16 commit b40d24f
Show file tree
Hide file tree
Showing 41 changed files with 12,529 additions and 28,436 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: sudo apt-get install libpq-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.1
ruby-version: 3.2.2
working-directory: ./api
bundler-cache: true
- name: Setup Database
Expand Down
2 changes: 1 addition & 1 deletion api/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.1.1
ruby-3.2.2
2 changes: 1 addition & 1 deletion api/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.1.1
ruby 3.2.2
postgres 12.9
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ gem 'spring', group: :development
gem 'spring-watcher-listen', group: :development
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.1.1'
ruby '3.2.2'
source 'https://rubygems.org'
Loading

0 comments on commit b40d24f

Please sign in to comment.