@@ -1,11 +1,12 @@
source 'https://rubygems.org'
gem 'rails', group: :test
gem "mime-types", "< 3", group: :test
if RUBY_VERSION > '2.2.2'
gem 'rails'
gem 'rack'
else
gem 'rails', '~> 4.2.0'
gem 'rack', '~>1.6'
end
if RUBY_VERSION > '2'
The note is not visible to the blocked user.