Skip to content

Commit

Permalink
Upgrade to Calagator 2.0.0 and Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschright committed Nov 8, 2021
1 parent 4b9e5cf commit f739062
Show file tree
Hide file tree
Showing 28 changed files with 638 additions and 324 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ source 'https://rubygems.org'
# Fixing deprecated 'last_comment' method in newer versions of rake
gem 'rake', '< 11.0'

gem 'calagator', git: 'https://github.com/calagator/calagator.git'
gem 'calagator', '2.0.0.pre.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.1'
gem 'rails', '~> 5.0'

# Use sqlite3 as the database for Active Record
gem 'sqlite3'
Expand Down Expand Up @@ -40,6 +40,8 @@ gem 'progress_bar'

gem "recaptcha", require: "recaptcha/rails"

gem 'paper_trail_manager', github: 'fusion94/paper_trail_manager', ref: 'b8630cd0e3318ad0929b80a701a18175402a4944'

# Performance and error monitoring
gem 'airbrake'
gem 'newrelic_rpm'
Expand Down
Loading

0 comments on commit f739062

Please sign in to comment.