Skip to content

Commit

Permalink
Install cells-rails and cells-haml. [#47]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Apr 10, 2020
1 parent 52c4491 commit 9c3fd97
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false

gem 'cells-rails'
gem 'cells-haml'
gem 'city-state'
gem 'gettext_i18n_rails'
gem "haml-rails", "~> 2.0"
Expand Down
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
cells (4.1.7)
declarative-builder (< 0.2.0)
declarative-option (< 0.2.0)
tilt (>= 1.4, < 3)
uber (< 0.2.0)
cells-haml (0.0.10)
cells (>= 4.0.1, <= 6.0.0)
haml (>= 4.1.0.beta.1)
cells-rails (0.1.0)
actionpack (>= 5.0)
cells (>= 4.1.6, < 5.0.0)
city-state (0.1.0)
rubyzip (>= 1.1)
coderay (1.1.2)
Expand Down Expand Up @@ -108,6 +119,9 @@ GEM
railties (>= 4.2, < 7)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
declarative-option (0.1.0)
diff-lcs (1.3)
erubi (1.9.0)
erubis (2.7.0)
Expand Down Expand Up @@ -298,6 +312,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uber (0.1.0)
vcr (5.1.0)
web-console (4.0.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -325,6 +340,8 @@ PLATFORMS
DEPENDENCIES
bootsnap (>= 1.4.2)
byebug
cells-haml
cells-rails
city-state
cucumber-rails
faker
Expand Down

0 comments on commit 9c3fd97

Please sign in to comment.