diff --git a/Gemfile b/Gemfile index 7a1bbe4..566091b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.5' +gem 'rails', '5.2.4.5' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Uglifier as compressor for JavaScript assets @@ -11,14 +11,14 @@ gem 'uglifier', '>= 1.3.0' # gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.4.0' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' +gem 'turbolinks', '>= 5.0.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' +gem 'jbuilder', '~> 2.6', '>= 2.6.4' # Use Puma as the app server -gem 'puma' -gem 'lingq' +gem 'puma', '>= 3.12.6' +gem 'lingq', '>= 0.3.1' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' @@ -32,7 +32,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console' + gem 'web-console', '>= 3.1.1' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end @@ -40,10 +40,10 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'administrate', '0.1.4' +gem 'administrate', '0.13.0' -gem 'sinatra', '1.1.4' +gem 'sinatra', '2.0.2' gem 'festivaltts4r', '0.2.0' -gem 'spree', '3.0.7' -gem 'authlogic', '1.4.3' -gem 'devise_invitable', '1.3.4' +gem 'spree', '4.2.0' +gem 'authlogic', '3.3.0' +gem 'devise_invitable', '1.6.0'