Commit ee36a72dffc573c5e9d974c8b1ccb7cc9832bb25

Authored by Leonardo Merlin
1 parent e4c8b195

Update gemfile

Showing 2 changed files with 2 additions and 3 deletions   Show diff stats
.gitignore
... ... @@ -18,5 +18,4 @@ novo.css
18 18 novo.html
19 19 sass/novo.scss
20 20 sass/novo
21   -Gemfile
22   -Gemfile.lock
23 21 \ No newline at end of file
  22 +.bundle
24 23 \ No newline at end of file
... ...
Gemfile.lock
... ... @@ -7,4 +7,4 @@ PLATFORMS
7 7 ruby
8 8  
9 9 DEPENDENCIES
10   - sass (= 3.4.9)
  10 + sass (~> 3.4.9)
... ...