Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 2.6.3
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.2'
ruby '2.6.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0'
Expand Down Expand Up @@ -71,6 +71,9 @@ gem 'dotenv-rails'
gem 'pagy'
gem 'ahoy_matey'

# Paola Dev Gems
# gem 'rack-attack'

# Using Dragonfly v0.9 for files & images
# Because I can never get v1.0 to work with PJ's caching solution
# Also, finally had to patch gem with a bug fix from the newer version
Expand Down
Loading