Skip to content

Commit

Permalink
specify dependencies in the gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
machu committed Oct 4, 2016
1 parent 2dc0dc4 commit 20ae6ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
source 'https://rubygems.org'

gem 'rack', '~> 1.6' # ~> 2.0 requires ruby 2.2.2 or later.
gem 'hikidoc'
gem 'fastimage'
gem 'emot'
gem 'mail'
gem 'rake'
gemspec

group :rack do
gem 'sprockets'
Expand Down
23 changes: 16 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
PATH
remote: .
specs:
tdiary (5.0.2)
bundler (~> 1.3)
emot
fastimage
hikidoc
mail
rack
rake
sprockets
thor

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -129,26 +143,21 @@ PLATFORMS
DEPENDENCIES
capybara
coveralls (~> 0.7.12)
emot
fastimage
hikidoc
jasmine
launchy
mail
octokit
pit
pry-byebug
rack (~> 1.6)
racksh
rake
redcarpet
rspec
selenium-webdriver
sequel
simplecov
sprockets
sqlite3
tdiary!
test-unit

BUNDLED WITH
1.12.5
1.13.1

0 comments on commit 20ae6ed

Please sign in to comment.