Skip to content

Commit

Permalink
had to install sqlite3 and listen
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravShah committed Aug 15, 2018
1 parent a3c6dc7 commit 48615e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem 'modsulator'
gem 'revs-utils'
gem 'stanford-mods'
gem 'rails', '~> 5.2', '>= 5.2.1'
gem 'sqlite3'

group :test do
gem 'rspec', '~> 3.0'
Expand All @@ -44,6 +45,7 @@ end

group :development do
gem 'awesome_print'
gem 'listen'
end

group :development, :test do
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ GEM
rubyzip (~> 1.0)
json (2.1.0)
link_header (0.0.8)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
logger (1.2.8)
loofah (2.2.2)
crass (~> 1.0.2)
Expand Down Expand Up @@ -286,6 +290,9 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdf (1.99.1)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (1.99.0)
Expand Down Expand Up @@ -350,6 +357,7 @@ GEM
ruby-graphviz (1.2.3)
ruby-prof (0.17.0)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
rubydora (1.9.1)
activemodel
activesupport
Expand Down Expand Up @@ -383,6 +391,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sshkit (1.17.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
Expand Down Expand Up @@ -437,6 +446,7 @@ DEPENDENCIES
harvestdor
honeybadger (~> 3.1)
jettywrapper
listen
modsulator
nokogiri
rails (~> 5.2, >= 5.2.1)
Expand All @@ -451,6 +461,7 @@ DEPENDENCIES
rubocop-rspec
ruby-prof
solr_wrapper
sqlite3
stanford-mods
yard

Expand Down

0 comments on commit 48615e5

Please sign in to comment.