Skip to content

Commit

Permalink
update dependencies 10022024 (#127)
Browse files Browse the repository at this point in the history
* update dependencies 10022024

* lint

* fix depreciation warnings

* play with passwordless versions

* use older passwordless

* remove redis
  • Loading branch information
yshmarov committed Feb 10, 2024
1 parent 58112cb commit df240bb
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 137 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis
ports:
- "6379:6379"
steps:
- name: Checkout Commit
Expand Down
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.0
15 changes: 6 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.2'
ruby file: '.ruby-version'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.1.1'
gem 'rails', '7.1.3'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
Expand All @@ -30,12 +29,6 @@ gem 'tailwindcss-rails'
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder'

# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.0'

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Expand Down Expand Up @@ -80,6 +73,10 @@ gem 'data_migrate'
gem 'meta-tags'
gem 'honeybadger'
gem 'passwordless', github: 'mikker/passwordless', branch: 'master'
# gem 'passwordless'
# gem 'passwordless', '1.1.1'
# gem 'passwordless', github: 'mikker/passwordless', branch: 'master'
# gem 'passwordless', path: '/Users/yaroslavshmarov/Documents/GitHub.nosync/passwordless'
gem 'pagy'
gem 'good_job'
gem 'view_component'
Loading

0 comments on commit df240bb

Please sign in to comment.