projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
Gemfile
diff --git
a/Gemfile
b/Gemfile
index 264674fbcb9499de7e137172b51a43ff46001a71..7e9be257b4969997204625b53ff787390dc008cc 100644
(file)
--- a/
Gemfile
+++ b/
Gemfile
@@
-1,13
+1,7
@@
source "https://rubygems.org"
# Require rails
source "https://rubygems.org"
# Require rails
-gem "rails", "6.0.3.4"
-
-# Require things which have moved to gems in ruby 1.9
-gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
-
-# Require things which have moved to gems in ruby 2.0
-gem "psych", :platforms => :ruby_20
+gem "rails", "6.0.3.6"
# Require json for multi_json
gem "json"
# Require json for multi_json
gem "json"
@@
-67,12
+61,13
@@
gem "quad_tile", "~> 1.0.1"
gem "rack-uri_sanitizer"
# Omniauth for authentication
gem "rack-uri_sanitizer"
# Omniauth for authentication
-gem "omniauth"
+gem "omniauth"
, "~> 2.0.2"
gem "omniauth-facebook"
gem "omniauth-github"
gem "omniauth-google-oauth2", ">= 0.6.0"
gem "omniauth-mediawiki", ">= 0.0.4"
gem "omniauth-openid"
gem "omniauth-facebook"
gem "omniauth-github"
gem "omniauth-google-oauth2", ">= 0.6.0"
gem "omniauth-mediawiki", ">= 0.0.4"
gem "omniauth-openid"
+gem "omniauth-rails_csrf_protection", "~> 1.0"
gem "omniauth-windowslive"
# Markdown formatting support
gem "omniauth-windowslive"
# Markdown formatting support
@@
-114,7
+109,7
@@
gem "logstasher"
gem "bzip2-ffi"
gem "ffi-libarchive"
gem "gd2-ffij", ">= 0.4.0"
gem "bzip2-ffi"
gem "ffi-libarchive"
gem "gd2-ffij", ">= 0.4.0"
-gem "m
imemagic
"
+gem "m
arcel
"
# Used for browser detection
gem "browser"
# Used for browser detection
gem "browser"
@@
-130,6
+125,7
@@
group :development do
gem "annotate"
gem "better_errors"
gem "binding_of_caller"
gem "annotate"
gem "better_errors"
gem "binding_of_caller"
+ gem "debug_inspector", "< 1.0.0"
gem "listen"
gem "vendorer"
end
gem "listen"
gem "vendorer"
end
@@
-143,7
+139,7
@@
group :test do
gem "minitest", "~> 5.1"
gem "puma", "~> 5.0"
gem "rails-controller-testing"
gem "minitest", "~> 5.1"
gem "puma", "~> 5.0"
gem "rails-controller-testing"
- gem "rubocop"
, "~> 0.93"
+ gem "rubocop"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "rubocop-rails"