Skip to content

Commit

Permalink
Deploy app to render
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhamiid committed Jan 7, 2024
1 parent 7f83b9a commit 264cb58
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 169 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rubocop', '>= 1.0', '< 2.0'

ruby '3.1.2'
ruby '3.2.2'

gem 'sass-rails', '>= 5.0.3'

gem 'cancancan'

Expand Down Expand Up @@ -90,3 +92,5 @@ group :test do
end

gem 'active_model_serializers', '~> 0.10.13'

gem 'psych', '~> 3.3', '>= 3.3.0'
Loading

0 comments on commit 264cb58

Please sign in to comment.