Skip to content

Commit

Permalink
update Gemfile.lock for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed May 15, 2018
1 parent 0b44c4a commit 7fdc8a8
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions misc/paas/heroku/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/tdiary/tdiary-contrib.git
revision: 4d584f3a84096d65d06834cd8245422c8b725459
revision: 485e7a5db9eb4e1f3e18ac3b7ff2ba3cd8444a20
specs:
tdiary-contrib (5.0.7)
tdiary-contrib (5.0.8)
pushbullet_ruby
tdiary

Expand All @@ -17,24 +17,24 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (5.1.5)
activesupport (= 5.1.5)
activesupport (5.1.5)
activemodel (5.2.0)
activesupport (= 5.2.0)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
bson (4.3.0)
byebug (10.0.1)
capybara (2.18.0)
byebug (10.0.2)
capybara (3.1.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.0)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.2)
Expand All @@ -47,21 +47,21 @@ GEM
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
dalli (2.7.7)
dalli (2.7.8)
debase (0.2.2)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.2)
debase-ruby_core_source (0.10.3)
diff-lcs (1.3)
docile (1.3.0)
emot (0.0.4)
thor
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
fastimage (2.1.1)
fastimage (2.1.3)
ffi (1.9.23)
hashie (3.5.7)
hikidoc (0.1.0)
i18n (0.9.5)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jasmine (2.99.0)
jasmine-core (>= 2.99.0, < 3.0.0)
Expand All @@ -82,17 +82,17 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
mongo (2.5.1)
mongo (2.5.3)
bson (>= 4.3.0, < 5.0.0)
mongoid (6.4.0)
mongoid (6.4.1)
activemodel (>= 5.1, < 6.0.0)
mongo (>= 2.5.1, < 3.0.0)
multi_json (1.13.1)
multipart-post (2.0.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
oauth (0.5.4)
octokit (4.8.0)
octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
Expand All @@ -113,11 +113,11 @@ GEM
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.2)
puma (3.11.3)
puma (3.11.4)
pushbullet_ruby (1.1.3)
faraday (~> 0.13.0)
mime-types
rack (2.0.4)
rack (2.0.5)
rack-test (1.0.0)
rack (>= 1.0, < 3)
racksh (1.0.0)
Expand Down Expand Up @@ -149,10 +149,10 @@ GEM
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
selenium-webdriver (3.11.0)
selenium-webdriver (3.12.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
sequel (5.6.0)
sequel (5.8.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -162,7 +162,7 @@ GEM
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sqlite3 (1.3.13)
tdiary (5.0.7)
tdiary (5.0.8)
bundler (~> 1.3)
emot
fastimage
Expand All @@ -180,7 +180,7 @@ GEM
rdtool
term-ansicolor (1.2.2)
tins (~> 0.8)
test-unit (3.2.7)
test-unit (3.2.8)
power_assert
thor (0.18.1)
thread_safe (0.3.6)
Expand Down

0 comments on commit 7fdc8a8

Please sign in to comment.