lib/orats/templates/base/Gemfile in orats-5.0.2 vs lib/orats/templates/base/Gemfile in orats-5.0.3
- old
+ new
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
# Looking to use the Edge version? gem 'rails', github: 'rails/rails'
-gem 'rails', '~> 5.0.0'
+gem 'rails', '~> 5.0.1'
# Use Puma as the app server
gem 'puma', '~> 3.0'
# Use Rack Timeout. Read more: https://github.com/heroku/rack-timeout
@@ -17,11 +17,11 @@
# Use Redis Rails to set up a Redis backed Cache and / or Session
gem 'redis-rails', '~> 5.0.0.pre'
# Use Sidekiq as a background job processor through Active Job
-gem 'sidekiq', '~> 4.1'
+gem 'sidekiq', '~> 4.2'
# Use Clockwork for recurring background tasks without needing cron
# gem 'clockwork', '~> 2.0'
# Use Kaminari for pagination
@@ -41,11 +41,11 @@
# Use Bootstrap SASS for Bootstrap support
gem 'bootstrap-sass', '~> 3.3'
# Use Font Awesome Rails for Font Awesome icons
-gem 'font-awesome-rails', '~> 4.6'
+gem 'font-awesome-rails', '~> 4.7'
group :development, :test do
# Call 'byebug' anywhere in your code to drop into a debugger console
gem 'byebug', platform: :mri
end
@@ -53,10 +53,10 @@
group :development do
# Enable a debug toolbar to help profile your application
gem 'rack-mini-profiler', '~> 0.10'
# Access an IRB console on exception pages or by using <%= console %>
- gem 'web-console'
+ gem 'web-console', '~> 3.3.0'
# Get notified of file changes. Read more: https://github.com/guard/listen
gem 'listen', '~> 3.0.5'
# Use Spring. Read more: https://github.com/rails/spring