-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
27 lines (23 loc) · 840 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
# frozen_string_literal: true
source 'https://rubygems.org'
# Specify your gem's dependencies in bemer.gemspec
gemspec
gem 'fuubar', '~> 2.5.0'
gem 'rake', '~> 12.3.3'
gem 'rspec', '~> 3.9.0'
gem 'rspec-html-matchers', '~> 0.9.2'
gem 'rspec-rails', '~> 3.9.0'
gem 'wwtd', '~> 1.4.0'
unless ENV['CI'] || ENV['APPRAISAL']
gem 'actionmailer', '~> 7.0.4.2'
gem 'appraisal', '~> 2.4.1'
gem 'bundler', '~> 2.1.4'
gem 'bundler-audit', '~> 0.9.1'
gem 'fasterer', '~> 0.7.1'
gem 'overcommit', '~> 0.47.0'
gem 'railties', '~> 7.0.4.2'
gem 'rubocop', '~> 0.68.1'
gem 'rubocop-performance', '~> 1.3.0'
gem 'rubocop-rspec', '~> 1.38.1'
gem 'sprockets-rails', '~> 3.2.1'
end