Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
ruby '3.0.2'

gem "activesupport", require: "active_support/inflector"
# gem "activesupport", require: "active_support/inflector"
gem "createsend", "1.0.4"
gem "compass"
gem "json"
Expand All @@ -10,6 +10,7 @@ gem "pony"
gem "sinatra"
gem "zurb-foundation"
gem "rackup"
gem "base64", "0.1.0"

# Deploy with capistrano
gem 'capistrano', '~> 3.4.0', group: :development
Expand Down
21 changes: 2 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.6)
base64 (0.1.0)
capistrano (3.4.1)
i18n
rake (>= 10.0.0)
Expand All @@ -36,14 +25,11 @@ GEM
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
createsend (1.0.4)
hashie (~> 1.0)
httparty (~> 0.8)
json
date (3.3.4)
drb (2.2.0)
ruby2_keywords
ffi (1.16.3)
haml (6.3.0)
temple (>= 0.8.2)
Expand All @@ -62,7 +48,6 @@ GEM
net-pop
net-smtp
mini_mime (1.1.5)
minitest (5.21.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (3.0.0)
Expand Down Expand Up @@ -120,8 +105,6 @@ GEM
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
zurb-foundation (4.3.2)
sass (>= 3.2.0)
Expand All @@ -131,7 +114,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport
base64 (= 0.1.0)
capistrano (~> 3.4.0)
capistrano-asdf
capistrano-bundler
Expand Down