Skip to content

Commit

Permalink
Update ransack gem version and add binding_of_caller gem for development
Browse files Browse the repository at this point in the history
  • Loading branch information
İsmail Akbudak committed Dec 14, 2018
1 parent 5123d07 commit f246d62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'config', '~> 1.7'
gem 'rollbar', '~> 2.16', '>= 2.16.2'

# Ransack is the successor to the MetaSearch gem.
gem 'ransack', '~> 1.8', '>= 1.8.4'
gem 'ransack', '~> 2.1', '>= 2.1.1'

# will_paginate
gem 'will_paginate', '~> 3.1', '>= 3.1.6'
Expand All @@ -30,7 +30,8 @@ gem 'roo-xls', '~> 1.1'
gem 'roo', '~> 2.7', '>= 2.7.1'

group :development, :test do
gem 'better_errors', '~> 2.4'
gem 'better_errors', '~> 2.5'
gem 'binding_of_caller', '~> 0.8.0'
gem 'bullet', '~> 5.6', '>= 5.6.1'
gem 'colorize', '~> 0.8.1'
gem 'guard', '~> 2.14', '>= 2.14.1'
Expand Down

0 comments on commit f246d62

Please sign in to comment.