Bundle update
This commit is contained in:
parent
3069dced13
commit
9b58ce5480
2
Gemfile
2
Gemfile
@ -5,7 +5,7 @@ gem 'simple_calendar'
|
||||
# The recurrence management library
|
||||
gem 'ice_cube'
|
||||
|
||||
gem 'rails'
|
||||
gem 'rails', '< 5.0'
|
||||
gem 'has_scope'
|
||||
|
||||
# Use ActiveModel has_secure_password
|
||||
|
31
Gemfile.lock
31
Gemfile.lock
@ -90,7 +90,7 @@ GEM
|
||||
buftok (0.2.0)
|
||||
builder (3.2.2)
|
||||
byebug (9.0.5)
|
||||
chunky_png (1.3.6)
|
||||
chunky_png (1.3.7)
|
||||
coderay (1.1.1)
|
||||
coffee-rails (4.2.1)
|
||||
coffee-script (>= 2.2.0)
|
||||
@ -136,7 +136,7 @@ GEM
|
||||
execjs (2.7.0)
|
||||
faraday (0.9.2)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.9.10)
|
||||
ffi (1.9.14)
|
||||
font-awesome-sass (4.6.2)
|
||||
sass (>= 3.2)
|
||||
formatador (0.2.5)
|
||||
@ -216,7 +216,7 @@ GEM
|
||||
has_scope (~> 0.6.0.rc)
|
||||
railties (>= 3.2, < 5)
|
||||
responders
|
||||
jbuilder (2.5.0)
|
||||
jbuilder (2.6.0)
|
||||
activesupport (>= 3.0.0, < 5.1)
|
||||
multi_json (~> 1.2)
|
||||
jquery-rails (4.0.5)
|
||||
@ -244,8 +244,8 @@ GEM
|
||||
mime-types (>= 1.16, < 4)
|
||||
memoizable (0.4.2)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
meta-tags (2.1.0)
|
||||
actionpack (>= 3.0.0)
|
||||
meta-tags (2.3.1)
|
||||
actionpack (>= 3.2.0, <= 5.1.0)
|
||||
method_source (0.8.2)
|
||||
mime-types (3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
@ -261,21 +261,20 @@ GEM
|
||||
nokogiri (1.6.8)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
pkg-config (~> 1.1.7)
|
||||
notiffany (0.1.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
orm_adapter (0.5.0)
|
||||
paper_trail (5.2.0)
|
||||
paper_trail (5.2.2)
|
||||
activerecord (>= 3.0, < 6.0)
|
||||
activesupport (>= 3.0, < 6.0)
|
||||
request_store (~> 1.1)
|
||||
parser (2.3.1.2)
|
||||
parser (2.3.1.3)
|
||||
ast (~> 2.2)
|
||||
pkg-config (1.1.7)
|
||||
polyamorous (1.3.1)
|
||||
activerecord (>= 3.0)
|
||||
powerpack (0.1.1)
|
||||
pry (0.10.3)
|
||||
pry (0.10.4)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
@ -305,7 +304,7 @@ GEM
|
||||
rails-deprecated_sanitizer (>= 1.0.1)
|
||||
rails-html-sanitizer (1.0.3)
|
||||
loofah (~> 2.0)
|
||||
rails-i18n (4.0.8)
|
||||
rails-i18n (4.0.9)
|
||||
i18n (~> 0.7)
|
||||
railties (~> 4.0)
|
||||
railties (4.2.7.1)
|
||||
@ -338,7 +337,7 @@ GEM
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
ruby-progressbar (1.8.1)
|
||||
ruby_dep (1.3.1)
|
||||
ruby_dep (1.4.0)
|
||||
ruby_parser (3.8.2)
|
||||
sexp_processor (~> 4.1)
|
||||
sass (3.4.22)
|
||||
@ -358,9 +357,9 @@ GEM
|
||||
simple_calendar (2.1.5)
|
||||
rails (>= 3.0)
|
||||
simple_oauth (0.3.1)
|
||||
simplecov (0.11.2)
|
||||
simplecov (0.12.0)
|
||||
docile (~> 1.1.0)
|
||||
json (~> 1.8)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.0)
|
||||
slop (3.6.0)
|
||||
@ -402,7 +401,7 @@ GEM
|
||||
simple_oauth (~> 0.3.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (3.0.0)
|
||||
uglifier (3.0.2)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
@ -458,7 +457,7 @@ DEPENDENCIES
|
||||
paper_trail
|
||||
quiet_assets
|
||||
rack-livereload
|
||||
rails
|
||||
rails (< 5.0)
|
||||
rails-i18n
|
||||
redcarpet
|
||||
sass-rails
|
||||
|
Loading…
Reference in New Issue
Block a user