diff options
author | Shlee <github@shl.ee> | 2020-01-05 05:48:34 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-04 22:48:34 +0100 |
commit | 3537bb1b5246c148ca31fa4d24750879cdd84e63 (patch) | |
tree | a8d784d047fcde00cc8d7486ffee108c70309962 /Gemfile | |
parent | 882a7d3d1413cae361a618f6686169c5aa599d54 (diff) |
Gemfile Updates - Ruby 2.7 prep (#12758)
* Update Gemfile * Update Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile index c3bc3b835..b6e845342 100644 --- a/Gemfile +++ b/Gemfile @@ -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 |