Skip to content

Commit

Permalink
Upgrade to Rails 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdiet committed Nov 3, 2018
1 parent 82dcf2f commit c75449c
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 160 deletions.
19 changes: 6 additions & 13 deletions Gemfile
@@ -1,21 +1,21 @@
source 'https://rubygems.org'
ruby '2.4.1'

gem 'rails', " ~> 4.2.7"
gem 'rails', " ~> 5.0.7"
gem 'russian'
gem 'static_docs' #, path: "/Users/mikdiet/projects/opensource/static_docs"

gem 'pg'
gem 'textacular', '~> 3.0'
gem 'textacular'

gem 'nokogiri'
gem 'sass-rails', '~> 4.0.0'
gem "less-rails"
gem 'sass-rails'
gem "less-rails", '>= 3.0.0'
gem 'haml-rails'
gem 'RedCloth'
gem 'redcarpet'
gem 'config'
gem 'twitter-bootstrap-rails'
gem 'twitter-bootstrap-rails', '~> 2.2.8'
gem 'jquery-rails'

gem 'capistrano', '~> 2.15'
Expand All @@ -27,13 +27,6 @@ gem 'coffee-rails'

gem 'git', require: false

group :development do
gem 'quiet_assets'
gem 'web-console', '~> 2.0'
# Need for cap tasks for 3.2 branch
# gem 'thinking-sphinx', require: false
end

group :development, :test do
gem "rspec-rails"
gem 'webrat'
Expand All @@ -42,6 +35,6 @@ group :development, :test do
end

group :test do
gem 'factory_girl_rails'
gem 'factory_bot_rails'
gem 'database_cleaner'
end

0 comments on commit c75449c

Please sign in to comment.