Sha256: 290830e4faed20f15da65cf49072c68f09347dc110fbaadab0209dc8df65d968

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'

# TODO: figure out incompatibility between ActiveRecord 7.1 and SQLite
# @see https://github.com/praxis/praxis/pull/405#issuecomment-1780570599
# Until then, we're pinned to 7.0.x for purposes of testing.
gem 'activerecord', '~> 7.0.8'
gem 'rubocop'
gem 'sequel', '~> 5'

group :test do
  gem 'builder'
  gem 'link_header'
  gem 'parslet'
end

gemspec path: '../'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
praxis-2.0.0 gemfiles/active_7.gemfile
praxis-2.0.pre.40 gemfiles/active_7.gemfile