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 9dc25b3 commit 26f03c4
Show file tree
Hide file tree
Showing 29 changed files with 540 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.8
2.5.9
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ 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.11'
gem 'rails', '~> 5.0'

gem 'rails_12factor', group: :production

Expand Down Expand Up @@ -38,6 +37,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 26f03c4

Please sign in to comment.