Update the bundle

This commit is contained in:
Petko Bordjukov 2015-10-21 18:58:12 +03:00
parent 00688ef5f2
commit 6366a10fb9
2 changed files with 14 additions and 18 deletions

View File

@ -32,7 +32,7 @@ gem 'puma', group: :production
gem 'globalize' gem 'globalize'
gem 'yaml_db', github: 'jetthoughts/yaml_db', ref: 'fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba' gem 'yaml_db'
gem 'bootstrap-sass' gem 'bootstrap-sass'
gem 'bootstrap-sass-extras' gem 'bootstrap-sass-extras'

View File

@ -4,13 +4,6 @@ GIT
specs: specs:
rmagick (2.15.4) rmagick (2.15.4)
GIT
remote: git://github.com/jetthoughts/yaml_db.git
revision: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba
ref: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba
specs:
yaml_db (0.2.3)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -70,7 +63,7 @@ GEM
capistrano-bundler (1.1.4) capistrano-bundler (1.1.4)
capistrano (~> 3.1) capistrano (~> 3.1)
sshkit (~> 1.2) sshkit (~> 1.2)
capistrano-rails (1.1.3) capistrano-rails (1.1.5)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-bundler (~> 1.1) capistrano-bundler (~> 1.1)
capistrano-rvm (0.1.2) capistrano-rvm (0.1.2)
@ -148,7 +141,7 @@ GEM
guard (~> 2.1) guard (~> 2.1)
guard-compat (~> 1.1) guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0) rspec (>= 2.99.0, < 4.0)
highline (1.7.7) highline (1.7.8)
hirb (0.7.3) hirb (0.7.3)
i18n (0.7.0) i18n (0.7.0)
i18n-tasks (0.8.7) i18n-tasks (0.8.7)
@ -172,7 +165,7 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.3) json (1.8.3)
libv8 (3.16.14.11) libv8 (3.16.14.13)
listen (3.0.3) listen (3.0.3)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
@ -200,11 +193,11 @@ GEM
shellany (~> 0.0) shellany (~> 0.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
pg (0.18.3) pg (0.18.3)
phony (2.15.3) phony (2.15.4)
phony_rails (0.12.10) phony_rails (0.12.10)
activesupport (>= 3.0) activesupport (>= 3.0)
phony (~> 2.12) phony (~> 2.12)
pry (0.10.2) pry (0.10.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
@ -233,7 +226,7 @@ GEM
activesupport (>= 4.2.0.beta, < 5.0) activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0) nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1) rails-deprecated_sanitizer (>= 1.0.1)
rails-erd (1.4.3) rails-erd (1.4.4)
activerecord (>= 3.2) activerecord (>= 3.2)
activesupport (>= 3.2) activesupport (>= 3.2)
choice (~> 0.2.0) choice (~> 0.2.0)
@ -278,7 +271,7 @@ GEM
rspec-support (~> 3.3.0) rspec-support (~> 3.3.0)
rspec-support (3.3.0) rspec-support (3.3.0)
ruby-graphviz (1.2.2) ruby-graphviz (1.2.2)
sass (3.4.18) sass (3.4.19)
sass-rails (5.0.4) sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
sass (~> 3.1) sass (~> 3.1)
@ -307,13 +300,13 @@ GEM
spring (1.4.0) spring (1.4.0)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (3.3.5) sprockets (3.4.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (2.3.3) sprockets-rails (2.3.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10) sqlite3 (1.3.11)
sshkit (1.7.1) sshkit (1.7.1)
colorize (>= 0.7.0) colorize (>= 0.7.0)
net-scp (>= 1.1.2) net-scp (>= 1.1.2)
@ -339,6 +332,9 @@ GEM
rack (>= 1.0) rack (>= 1.0)
xpath (2.0.0) xpath (2.0.0)
nokogiri (~> 1.3) nokogiri (~> 1.3)
yaml_db (0.3.0)
rails (>= 3.0, < 4.3)
rake (>= 0.8.7)
PLATFORMS PLATFORMS
ruby ruby
@ -391,7 +387,7 @@ DEPENDENCIES
sqlite3 sqlite3
therubyracer therubyracer
uglifier uglifier
yaml_db! yaml_db
BUNDLED WITH BUNDLED WITH
1.10.6 1.10.6