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

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
Merge pull request #17 from TechforgoodCAST/dev
  • Loading branch information
suninthesky authored Jan 16, 2020
2 parents 67b75e3 + 5473190 commit ef12729
Show file tree
Hide file tree
Showing 14 changed files with 3,972 additions and 2,919 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1'

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

gem 'activeadmin'
gem 'devise'
gem 'rollbar'
gem 'sequenced'
gem 'simple_form'

Expand Down
Loading

0 comments on commit ef12729

Please sign in to comment.