Introduction
Introduction Statistics Contact Development Disclaimer Help
Bump rails - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
Log
Files
Refs
README
---
commit cc84f8cb64cec6fdfefa498a6a110ee185b418cf
parent 0c9cfdf9a753dfcbbb20a23c888e0079acb59808
Author: HD Moore <[email protected]>
Date: Mon, 17 Nov 2014 15:22:15 -0600
Bump rails
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 72 ++++++++++++++++-------------…
2 files changed, 37 insertions(+), 37 deletions(-)
---
diff --git a/Gemfile b/Gemfile
@@ -1,7 +1,7 @@
source 'http://rubygems.org'
gem 'unicorn'
-gem 'rails', '>=4.1.7', '< 5.0.0'
+gem 'rails', '>=4.1.8', '< 5.0.0'
gem 'pg', '>=0.17'
gem 'jquery-rails', '>= 3.1.2'
diff --git a/Gemfile.lock b/Gemfile.lock
@@ -9,27 +9,27 @@ GIT
GEM
remote: http://rubygems.org/
specs:
- actionmailer (4.1.7)
- actionpack (= 4.1.7)
- actionview (= 4.1.7)
+ actionmailer (4.1.8)
+ actionpack (= 4.1.8)
+ actionview (= 4.1.8)
mail (~> 2.5, >= 2.5.4)
- actionpack (4.1.7)
- actionview (= 4.1.7)
- activesupport (= 4.1.7)
+ actionpack (4.1.8)
+ actionview (= 4.1.8)
+ activesupport (= 4.1.8)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
- actionview (4.1.7)
- activesupport (= 4.1.7)
+ actionview (4.1.8)
+ activesupport (= 4.1.8)
builder (~> 3.1)
erubis (~> 2.7.0)
- activemodel (4.1.7)
- activesupport (= 4.1.7)
+ activemodel (4.1.8)
+ activesupport (= 4.1.8)
builder (~> 3.1)
- activerecord (4.1.7)
- activemodel (= 4.1.7)
- activesupport (= 4.1.7)
+ activerecord (4.1.8)
+ activemodel (= 4.1.8)
+ activesupport (= 4.1.8)
arel (~> 5.0.0)
- activesupport (4.1.7)
+ activesupport (4.1.8)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ -41,9 +41,9 @@ GEM
activesupport (>= 3.2)
request_store (~> 1.0)
scrypt (~> 1.2)
- autoprefixer-rails (3.1.2.20141016)
+ autoprefixer-rails (4.0.0.1)
execjs
- bootstrap-sass (3.2.0.2)
+ bootstrap-sass (3.3.1.0)
sass (~> 3.2)
breadcrumbs_on_rails (2.3.0)
builder (3.2.2)
@@ -63,13 +63,13 @@ GEM
rake
font-awesome-rails (4.2.0.0)
railties (>= 3.2, < 5.0)
- formtastic (3.0.0)
+ formtastic (3.1.0)
actionpack (>= 3.2.13)
formtastic-bootstrap (3.0.0)
formtastic (>= 2.2)
hike (1.2.3)
i18n (0.6.11)
- jquery-datatables-rails (2.2.3)
+ jquery-datatables-rails (3.0.0)
jquery-rails
sass-rails
jquery-rails (3.1.2)
@@ -79,10 +79,10 @@ GEM
kgio (2.9.2)
kissfft (0.0.2)
libv8 (3.16.14.7)
- mail (2.6.1)
+ mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
- minitest (5.4.2)
+ minitest (5.4.3)
multi_json (1.10.1)
pg (0.17.1)
protected_attributes (1.0.8)
@@ -91,21 +91,21 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
- rails (4.1.7)
- actionmailer (= 4.1.7)
- actionpack (= 4.1.7)
- actionview (= 4.1.7)
- activemodel (= 4.1.7)
- activerecord (= 4.1.7)
- activesupport (= 4.1.7)
+ rails (4.1.8)
+ actionmailer (= 4.1.8)
+ actionpack (= 4.1.8)
+ actionview (= 4.1.8)
+ activemodel (= 4.1.8)
+ activerecord (= 4.1.8)
+ activesupport (= 4.1.8)
bundler (>= 1.3.0, < 2.0)
- railties (= 4.1.7)
+ railties (= 4.1.8)
sprockets-rails (~> 2.0)
rails-settings-cached (0.4.1)
rails (>= 4.0.0)
- railties (4.1.7)
- actionpack (= 4.1.7)
- activesupport (= 4.1.7)
+ railties (4.1.8)
+ actionpack (= 4.1.8)
+ activesupport (= 4.1.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
@@ -114,15 +114,15 @@ GEM
request_store (1.1.0)
rex (2.0.4)
sass (3.2.19)
- sass-rails (4.0.3)
+ sass-rails (4.0.4)
railties (>= 4.0.0, < 5.0)
- sass (~> 3.2.0)
- sprockets (~> 2.8, <= 2.11.0)
+ sass (~> 3.2.2)
+ sprockets (~> 2.8, < 2.12)
sprockets-rails (~> 2.0)
scrypt (1.2.1)
ffi-compiler (>= 0.0.2)
rake
- sprockets (2.11.0)
+ sprockets (2.11.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
pg (>= 0.17)
protected_attributes (~> 1.0.7)
psych_shield
- rails (>= 4.1.7, < 5.0.0)
+ rails (>= 4.1.8, < 5.0.0)
rails-settings-cached (>= 0.4.1)
reportable!
rex (~> 2.0.3)
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.