File: Gemfile

package info (click to toggle)
ruby-activerecord-precounter 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: ruby: 88; makefile: 10; sh: 4
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

# Specify your gem's dependencies in activerecord-precounter.gemspec
gemspec

group :development, :test do
  gem 'pry'
end