forked from thoughtbot/paperclip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
31 lines (27 loc) · 936 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# frozen_string_literal: true
source 'https://rubygems.org' # global source
source 'https://rubygems.pkg.github.com/appfolio' # global source
source 'https://rubygems.org' do
gem 'activerecord', '>= 6.1', '< 7.3'
gem 'activerecord-import', '> 1', '< 2'
gem 'aruba', '>= 0.9', '< 1'
gem 'aws-sdk-s3', '>= 1.93', '< 2'
gem 'capybara', '>= 2.12', '< 4'
gem 'cucumber-expressions', '>= 8', '< 9'
gem 'debug', '>= 1.9', '< 2'
gem 'fakeweb', '>= 1.3', '< 2'
gem 'fog-aws', '>= 3.12', '< 4'
gem 'fog-local', '>= 0.7', '< 1'
gem 'generator_spec', '>= 0.9', '< 1'
gem 'launchy', '>= 2.5', '< 3'
gem 'mysql2', '>= 0.5.6', '< 1'
gem 'nokogiri', '>= 1.16', '< 2'
gem 'railties', '>= 6.1', '< 7.3'
gem 'rspec', '>= 3', '< 4'
gem 'shoulda', '>= 4', '< 5'
gem 'timecop', '>= 0.9', '< 1'
end
source 'https://rubygems.pkg.github.com/appfolio' do
gem 'af_gems', '>= 9.3', '< 10', group: :development
end
gemspec