You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran wagon serve it always ask for username on the lds.org
Gemfile
source 'https://rubygems.org'
gem 'locomotivecms_wagon', '~> 3.0.5'
group :development do
# Mac OS X
gem 'rb-fsevent', '~> 0.10.0', require: 'rb-fsevent' if RUBY_PLATFORM.include?('darwin')
# Unix
gem 'therubyracer', require: 'v8', platforms: :ruby unless RUBY_PLATFORM.include?('darwin')
gem 'rb-inotify', '~> 0.10.0', require: 'rb-inotify' if RUBY_PLATFORM.include?('linux')
# Windows
gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i
gem 'foreman'
end
group :misc do
gem 'locomotivecms_view_counter', github: 'did/locomotive_view_counter', require: true
end
The text was updated successfully, but these errors were encountered:
Ruby version
Which ruby
Wagon
When I ran
wagon serve
it always ask for username on thelds.org
Gemfile
The text was updated successfully, but these errors were encountered: