Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 27 additions & 23 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/audionerd/draper.git
remote: https://github.com/audionerd/draper.git
revision: e816e0e5876b76c648c0928f1c3f2aa2c7a3d1f2
branch: rails5
specs:
Expand All @@ -10,12 +10,12 @@ GIT
request_store (~> 1.0)

GIT
remote: git://github.com/rails/activemodel-serializers-xml.git
revision: dd9c0acf26aab111ebc647cd8deb99ebc6946531
remote: https://github.com/rails/activemodel-serializers-xml.git
revision: 32841fdf59c2297436177a8e6d84f4f17e048005
specs:
activemodel-serializers-xml (1.0.1)
activemodel (> 5.x)
activesupport (> 5.x)
activemodel-serializers-xml (1.0.2)
activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a)
builder (~> 3.1)

GEM
Expand Down Expand Up @@ -65,7 +65,7 @@ GEM
arel (7.1.4)
ast (2.3.0)
bcrypt (3.1.11)
builder (3.2.3)
builder (3.2.4)
bullet (5.5.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
Expand Down Expand Up @@ -105,8 +105,9 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.4)
concurrent-ruby (1.2.2)
connection_pool (2.2.1)
crass (1.0.6)
devise (4.2.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -138,15 +139,17 @@ GEM
ruby_parser (~> 3.5)
httparty (0.14.0)
multi_xml (>= 0.5.2)
i18n (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.6.1)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.2.2)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
loofah (2.0.3)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
Expand All @@ -155,7 +158,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest (5.18.0)
multi_json (1.12.1)
multi_xml (0.6.0)
net-scp (1.2.1)
Expand Down Expand Up @@ -184,7 +187,7 @@ GEM
pry (>= 0.9.10)
public_suffix (2.0.5)
puma (3.8.2)
rack (2.0.1)
rack (2.2.7)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
Expand All @@ -201,27 +204,28 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.1)
rake (12.0.0)
rake (13.0.6)
ransack (1.8.2)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.3)
redis (3.3.3)
request_store (1.3.2)
request_store (1.5.1)
rack (>= 1.4)
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
rspec-core (3.5.4)
Expand Down Expand Up @@ -281,13 +285,13 @@ GEM
sshkit (1.12.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (0.19.4)
thread_safe (0.3.5)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.6)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
Expand Down