Sha256: 31345476d5b79a033b9aa3ca195dffe55f628348a121611bf352fb0065e75c82

Contents?: true

Size: 663 Bytes

Versions: 15

Compression:

Stored size: 663 Bytes

Contents

source "https://rubygems.org"

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'devise'
gem 'faker'
gem "rails", "~> 7.0.4", ">= 7.0.4.3"
gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "puma", "~> 5.0"
gem "importmap-rails"
gem "turbo-rails"
gem "stimulus-rails"
gem "jbuilder"
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
gem "bootsnap", require: false
gem 'active_element', path: '../'

group :development, :test do
  gem "debug", platforms: %i[ mri mingw x64_mingw ]
  gem 'devpack'
end

group :development do
  gem "web-console"
end

group :test do
  gem "capybara"
  gem "selenium-webdriver"
  gem "webdrivers"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
active_element-0.0.31 example_app/Gemfile
active_element-0.0.30 example_app/Gemfile
active_element-0.0.29 example_app/Gemfile
active_element-0.0.28 example_app/Gemfile
active_element-0.0.27 example_app/Gemfile
active_element-0.0.26 example_app/Gemfile
active_element-0.0.24 example_app/Gemfile
active_element-0.0.23 example_app/Gemfile
active_element-0.0.22 example_app/Gemfile
active_element-0.0.21 example_app/Gemfile
active_element-0.0.19 example_app/Gemfile
active_element-0.0.18 example_app/Gemfile
active_element-0.0.17 example_app/Gemfile
active_element-0.0.16 example_app/Gemfile
active_element-0.0.15 example_app/Gemfile