mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Update gems
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '4.2.4'
|
gem 'rails', '4.2.5'
|
||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
# Use SCSS for stylesheets
|
# Use SCSS for stylesheets
|
||||||
@@ -31,7 +31,7 @@ gem 'quiet_assets', group: :development
|
|||||||
# Use Coveralls for coverage documentation
|
# Use Coveralls for coverage documentation
|
||||||
gem 'coveralls', '~> 0.8.2', require: false
|
gem 'coveralls', '~> 0.8.2', require: false
|
||||||
|
|
||||||
gem 'bootstrap-sass', '~> 3.3.5.1'
|
gem 'bootstrap-sass', '~> 3.3.6'
|
||||||
gem 'autoprefixer-rails'
|
gem 'autoprefixer-rails'
|
||||||
|
|
||||||
gem 'bh', '~> 1.3.4'
|
gem 'bh', '~> 1.3.4'
|
||||||
|
|||||||
68
Gemfile.lock
68
Gemfile.lock
@@ -1,36 +1,36 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.2.4)
|
actionmailer (4.2.5)
|
||||||
actionpack (= 4.2.4)
|
actionpack (= 4.2.5)
|
||||||
actionview (= 4.2.4)
|
actionview (= 4.2.5)
|
||||||
activejob (= 4.2.4)
|
activejob (= 4.2.5)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
actionpack (4.2.4)
|
actionpack (4.2.5)
|
||||||
actionview (= 4.2.4)
|
actionview (= 4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
rack (~> 1.6)
|
rack (~> 1.6)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (4.2.4)
|
actionview (4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
activejob (4.2.4)
|
activejob (4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
globalid (>= 0.3.0)
|
globalid (>= 0.3.0)
|
||||||
activemodel (4.2.4)
|
activemodel (4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.2.4)
|
activerecord (4.2.5)
|
||||||
activemodel (= 4.2.4)
|
activemodel (= 4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activesupport (4.2.4)
|
activesupport (4.2.5)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@@ -46,9 +46,9 @@ GEM
|
|||||||
activesupport
|
activesupport
|
||||||
binding_of_caller (0.7.2)
|
binding_of_caller (0.7.2)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bootstrap-sass (3.3.5.1)
|
bootstrap-sass (3.3.6)
|
||||||
autoprefixer-rails (>= 5.0.0.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sass (>= 3.3.0)
|
sass (>= 3.3.4)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
codemirror-rails (5.6)
|
codemirror-rails (5.6)
|
||||||
railties (>= 3.0, < 5)
|
railties (>= 3.0, < 5)
|
||||||
@@ -113,16 +113,16 @@ GEM
|
|||||||
rack (1.6.4)
|
rack (1.6.4)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.2.4)
|
rails (4.2.5)
|
||||||
actionmailer (= 4.2.4)
|
actionmailer (= 4.2.5)
|
||||||
actionpack (= 4.2.4)
|
actionpack (= 4.2.5)
|
||||||
actionview (= 4.2.4)
|
actionview (= 4.2.5)
|
||||||
activejob (= 4.2.4)
|
activejob (= 4.2.5)
|
||||||
activemodel (= 4.2.4)
|
activemodel (= 4.2.5)
|
||||||
activerecord (= 4.2.4)
|
activerecord (= 4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.2.4)
|
railties (= 4.2.5)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
rails-deprecated_sanitizer (1.0.3)
|
rails-deprecated_sanitizer (1.0.3)
|
||||||
activesupport (>= 4.2.0.alpha)
|
activesupport (>= 4.2.0.alpha)
|
||||||
@@ -132,9 +132,9 @@ GEM
|
|||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
rails-html-sanitizer (1.0.2)
|
rails-html-sanitizer (1.0.2)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.0)
|
||||||
railties (4.2.4)
|
railties (4.2.5)
|
||||||
actionpack (= 4.2.4)
|
actionpack (= 4.2.5)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.5)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
@@ -205,7 +205,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
bh (~> 1.3.4)
|
bh (~> 1.3.4)
|
||||||
bootstrap-sass (~> 3.3.5.1)
|
bootstrap-sass (~> 3.3.6)
|
||||||
codemirror-rails
|
codemirror-rails
|
||||||
coffee-rails (~> 4.1.0)
|
coffee-rails (~> 4.1.0)
|
||||||
coveralls (~> 0.8.2)
|
coveralls (~> 0.8.2)
|
||||||
@@ -215,7 +215,7 @@ DEPENDENCIES
|
|||||||
jquery-rails
|
jquery-rails
|
||||||
mathjax-rails
|
mathjax-rails
|
||||||
quiet_assets
|
quiet_assets
|
||||||
rails (= 4.2.4)
|
rails (= 4.2.5)
|
||||||
sass-rails (~> 5.0.4)
|
sass-rails (~> 5.0.4)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|||||||
Reference in New Issue
Block a user