Skip to content

Commit

Permalink
Merge pull request #60 from yusuke0127/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
yusuke0127 authored Feb 3, 2023
2 parents c41d0a9 + 6ba9f16 commit e9c4b2e
Show file tree
Hide file tree
Showing 9 changed files with 2,655 additions and 2,164 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.17.6
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.18
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
3.1.2
13 changes: 9 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.6'
ruby '3.1.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
gem 'rails', '7.0.4'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
Expand All @@ -29,7 +29,7 @@ gem 'redis', '~> 4.0'
gem 'bootsnap', '>= 1.4.2', require: false

gem 'acts_as_votable'
gem 'acts-as-taggable-on', '~> 6.0'
gem 'acts-as-taggable-on', '~> 9.0'
gem 'devise'
gem 'faker'
gem "haml-rails", "~> 2.0"
Expand All @@ -43,8 +43,13 @@ gem 'pg_search', '~> 2.3.0'
gem 'turbolinks_render'

gem 'autoprefixer-rails'
gem 'font-awesome-sass'
# gem 'font-awesome-sass'
gem "font-awesome-sass", "~> 6.2.1"

gem 'simple_form'
# Stop gap fix for Ruby 3.1 and Psych 4.x incompatibility
gem 'psych', '< 4'

group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'
Expand Down
Loading

0 comments on commit e9c4b2e

Please sign in to comment.