Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit ef12729

Browse files
authored
v0.1.5
Merge pull request #17 from TechforgoodCAST/dev
2 parents 67b75e3 + 5473190 commit ef12729

File tree

14 files changed

+3972
-2919
lines changed

14 files changed

+3972
-2919
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '2.5.1'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 5.2.1'
7+
gem 'rails', '~> 5.2.4'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
@@ -35,6 +35,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
3535

3636
gem 'activeadmin'
3737
gem 'devise'
38+
gem 'rollbar'
3839
gem 'sequenced'
3940
gem 'simple_form'
4041

0 commit comments

Comments
 (0)