update rails and add pretty test log
Showing
source 'https://rubygems.org' | ||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '4.2.5.1' | ||
gem 'rails', '4.2.6' | ||
# Use postgresql as the database for Active Record | ||
gem 'pg' | ||
# Use SCSS for stylesheets | ||
... | ... | @@ -126,6 +126,7 @@ end |
group :test do | ||
gem 'shoulda' | ||
gem 'minitest-reporters' | ||
end | ||
gem 'streamio-ffmpeg', '~> 1.0.0' | ||
... | ... |
Please register or sign in to comment