Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'rails', '4.2.6'
gem 'rails', '7.1.5.2'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'

# Responders respond_to and respond_with
Expand All @@ -11,7 +11,7 @@ gem 'responders', '~> 2.0'
gem 'sprockets', '~> 3.6.0'

# Default values for AR models
gem "default_value_for", "~> 3.0.0"
gem "default_value_for", "~> 3.6.0"

# Supported DBs
gem "mysql2", '~> 0.3.16', group: :mysql
Expand Down Expand Up @@ -79,10 +79,10 @@ gem "kaminari", "~> 0.16.3"
gem "haml-rails", '~> 0.9.0'

# Files attachments
gem "carrierwave", '~> 0.10.0'
gem "carrierwave", "~> 0.11.0"

# Drag and Drop UI
gem 'dropzonejs-rails', '~> 0.7.1'
gem 'dropzonejs-rails', '~> 0.7.3'

# for aws storage
gem "fog", "~> 1.36.0"
Expand All @@ -92,7 +92,7 @@ gem "unf", '~> 0.1.4'
gem "six", '~> 0.2.0'

# Seed data
gem "seed-fu", '~> 2.3.5'
gem "seed-fu", "~> 2.3.6"

# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
Expand Down Expand Up @@ -121,12 +121,12 @@ group :unicorn do
end

# State machine
gem "state_machines-activerecord", '~> 0.4.0'
gem "state_machines-activerecord", "~> 0.6.0"
# Run events after state machine commits
gem 'after_commit_queue'

# Issue tags
gem 'acts-as-taggable-on', '~> 3.4'
gem 'acts-as-taggable-on', '~> 4.0', '>= 4.0.0'

# Background jobs
gem 'sinatra', '~> 1.4.4', require: nil
Expand Down Expand Up @@ -245,7 +245,7 @@ group :development do
gem 'rerun', '~> 0.11.0'
gem 'bullet', require: false
gem 'rblineprof', platform: :mri, require: false
gem 'web-console', '~> 2.0'
gem 'web-console', '~> 3.0', '>= 3.0.0'

# Better errors handler
gem 'better_errors', '~> 1.0.1'
Expand Down Expand Up @@ -306,7 +306,7 @@ group :test do
gem 'shoulda-matchers', '~> 2.8.0', require: false
gem 'email_spec', '~> 1.6.0'
gem 'webmock', '~> 1.21.0'
gem 'test_after_commit', '~> 0.4.2'
gem 'test_after_commit', '~> 0.5.0'
gem 'sham_rack'
end

Expand All @@ -323,14 +323,14 @@ gem "mail_room", "~> 0.7"
gem 'email_reply_parser', '~> 0.5.8'

## CI
gem 'activerecord-session_store', '~> 1.0.0'
gem 'activerecord-session_store', '~> 1.1.1'
gem "nested_form", '~> 0.3.2'

# OAuth
gem 'oauth2', '~> 1.0.0'

# Soft deletion
gem "paranoia", "~> 2.0"
gem "paranoia", "~> 2.6", ">= 2.6.3"

# Health check
gem 'health_check', '~> 1.5.1'
gem 'health_check', '~> 1.7.2'