diff options
author | David Yip <yipdw@member.fsf.org> | 2018-01-19 15:22:10 -0600 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-01-19 15:22:10 -0600 |
commit | 2ca965c704075467226dbf798e13ac8e0e62cc15 (patch) | |
tree | c437e1f4993a6337759eb09157c78cd8134fd774 /Gemfile | |
parent | 2b2de41bc7ecec15aa73650da153e50f0e16f16b (diff) | |
parent | 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab (diff) |
Merge remote-tracking branch 'origin/master' into merge-upstream
Conflicts: app/javascript/styles/mastodon/components.scss app/javascript/styles/mastodon/modal.scss
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 268bf3ad8..dc72851b3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source 'https://rubygems.org' -ruby '>= 2.3.0', '< 2.5.0' +ruby '>= 2.3.0', '< 2.6.0' gem 'pkg-config', '~> 1.2' @@ -29,7 +29,7 @@ gem 'browser' gem 'charlock_holmes', '~> 0.7.5' gem 'iso-639' gem 'cld3', '~> 3.2.0' -gem 'devise', '~> 4.3' +gem 'devise', '~> 4.4' gem 'devise-two-factor', '~> 3.0' gem 'doorkeeper', '~> 4.2' gem 'fast_blank', '~> 1.0' |