Browse Source

Gemfile Updates - Ruby 2.7 prep (#12758)

* Update Gemfile

* Update Gemfile
master
Shlee 4 years ago
committed by Eugen Rochko
parent
commit
3537bb1b52
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Gemfile

+ 3
- 3
Gemfile View File

@ -7,7 +7,7 @@ gem 'pkg-config', '~> 1.4'
gem 'puma', '~> 4.3'
gem 'rails', '~> 5.2.4'
gem 'sprockets', '~> 3.7'
gem 'sprockets', '~> 3.7.2'
gem 'thor', '~> 0.20'
gem 'hamlit-rails', '~> 0.2'
@ -31,7 +31,7 @@ gem 'browser'
gem 'charlock_holmes', '~> 0.7.7'
gem 'iso-639'
gem 'chewy', '~> 5.1'
gem 'cld3', '~> 3.2.4'
gem 'cld3', '~> 3.2.6'
gem 'devise', '~> 4.7'
gem 'devise-two-factor', '~> 3.1'
@ -118,7 +118,7 @@ group :test do
gem 'capybara', '~> 3.29'
gem 'climate_control', '~> 0.2'
gem 'faker', '~> 2.10'
gem 'microformats', '~> 4.1'
gem 'microformats', '~> 4.2'
gem 'rails-controller-testing', '~> 1.0'
gem 'rspec-sidekiq', '~> 3.0'
gem 'simplecov', '~> 0.17', require: false

Loading…
Cancel
Save