Skip to content

Commit

Permalink
Add missing gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Dec 28, 2021
1 parent 33c6414 commit 64abfef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'http://rubygems.org'

gem 'activerecord', '~> 7'
gem 'activesupport', '~> 7'
gem 'ancestry'
gem 'railties', '~> 7'

group :development do
gem 'appraisal'
gem 'coveralls_reborn', require: false
gem 'jeweler'
gem 'pg'
gem 'pry'
gem 'rspec'
gem 'rubocop', require: false
gem 'sqlite3'
gem 'timecop'
gem 'yard'
end

0 comments on commit 64abfef

Please sign in to comment.